зеркало из https://github.com/mozilla/gecko-dev.git
Adding html iframe regression tests, not part of any build
This commit is contained in:
Родитель
dc01b18767
Коммит
0d4272baff
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -6,5 +6,8 @@ call rtest.bat %1
|
|||
cd ..\bugs
|
||||
call rtest.bat %1
|
||||
|
||||
cd ..\iframe
|
||||
call rtest.bat %1
|
||||
|
||||
cd ..
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче