Adding html iframe regression tests, not part of any build

This commit is contained in:
pollmann%netscape.com 2000-05-16 22:53:35 +00:00
parent dc01b18767
commit 0d4272baff
4 changed files with 15 additions and 7 deletions

View File

@ -8,12 +8,12 @@
<tr>
<TD width=150 valign=top>
<CENTER>
<IFRAME WIDTH=100 HEIGHT=100 NORESIZE SCROLLING=No FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0 SRC="http://www.fortunecity.com/pics/colours/gray.gif">
<IFRAME WIDTH=100 HEIGHT=100 NORESIZE SCROLLING=No FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0 SRC="ruler150.gif">
</IFRAME>
</CENTER>
</TD>
<td valign=top bgcolor=ffffff>
<img src=http://www.fortunecity.com/pics/colours/gray.gif width=1 height=1>
<img src=ant.jpg width=1 height=1>
</td>
<td valign=top>
<P>IMPROVE YOUR SITE<BR>
@ -22,7 +22,7 @@
<table width=100%>
<tr>
<td align=right>
<A HREF="http://www2.fortunecity.com/downtown/index.cgi?referer=mainpage&more_news=1">MORE<IMG SRC="http://www.fortunecity.com/pics/trout.gif" BORDER=0 ></A>
<A HREF="http://www2.fortunecity.com/downtown/index.cgi?referer=mainpage&more_news=1">MORE<IMG SRC="ant.jpg" BORDER=0 ></A>
</td>
</tr>
</table>

View File

@ -1,4 +1,4 @@
file:///s|/mozilla/layout/html/tests/frameset/bugs/0003943_noscript.html
#file:///s|/mozilla/layout/html/tests/frameset/bugs/0003943_noscript.html
file:///s|/mozilla/layout/html/tests/frameset/bugs/0004849.html
file:///s|/mozilla/layout/html/tests/frameset/bugs/0005437.html
file:///s|/mozilla/layout/html/tests/frameset/bugs/0016346_noscroll.html

View File

@ -6,5 +6,8 @@ call rtest.bat %1
cd ..\bugs
call rtest.bat %1
cd ..\iframe
call rtest.bat %1
cd ..

View File

@ -3,10 +3,15 @@
# create test file to use first; since we don't know where the tree
# is, and we need full pathnames in the file, we create it on the fly.
viewer=$MOZ_SRC/mozilla/dist/bin/viewer
testsfile=/tmp/$$-tests.txt
if test "$ARCH"x = 'winx'; then
viewer=$MOZ_SRC/mozilla/dist/WIN32_D.OBJ/bin/viewer.exe
testsfile="file_list.txt"
else
viewer=$MOZ_SRC/mozilla/dist/bin/viewer
testsfile=$$-tests.txt
sed -e "s@file:///s|@file:$MOZ_SRC@" < file_list.txt > $testsfile
fi
sed -e "s@file:///s|@file:$MOZ_SRC@" < file_list.txt > $testsfile
if test "$1"x = "baselinex"; then
rm -r -f baseline