new regression tests, cleanup, not affecting the build.

This commit is contained in:
karnaze%netscape.com 2001-03-21 20:49:08 +00:00
Родитель f685b8c2ce
Коммит 0893dbf736
15 изменённых файлов: 60 добавлений и 25 удалений

Просмотреть файл

@ -39,7 +39,7 @@
<input type="text" name="q" size="11">
</td>
<td align="center" valign="middle">
<input type="image" src="/image/button_go_nav.gif" width="19" height="18" vspace="4" alt="go" border="0">
<input type="image" src="../images/button_go_nav.gif" width="19" height="18" vspace="4" alt="go" border="0">
</td>
</tr>
</table>

Просмотреть файл

@ -0,0 +1,30 @@
<HEAD>
<SCRIPT>
function insertRow() {
tb = document.getElementById("tb");
fr = tb.childNodes[0];
nr = document.createElement("TR");
nc = document.createElement("TD");
nc.appendChild(document.createTextNode("second row"));
nr.appendChild(nc);
tb.insertBefore(nr,fr);
}
</SCRIPT>
</HEAD>
<BODY>
<TABLE>
<THEAD>
<TR>
<TD>The head</TD>
</TR>
</THEAD>
<TBODY ID="tb">
<TR>
<TD>First row</TD>
</TR>
</TBODY>
</TABLE>
<FORM>
<INPUT type=button value="insert" onclick="insertRow();">
</FORM>
</BODY>

Просмотреть файл

@ -7,7 +7,7 @@ this table should be center aligned
this div should be center aligned with an image and a table centered in it
<BR>
<DIV ALIGN=CENTER>
<IMG width=50 height=50 SRC="file://s:/mozilla/dist/win32_d.obj/bin/res/samples/raptor.jpg">
<IMG width=50 height=50 SRC="../images/raptor.jpg">
<TABLE border=1 WIDTH=600>
<TR><TD>foo</TD></TR>
</TABLE>

Просмотреть файл

@ -15,8 +15,7 @@ delay:=1
file:///s|/mozilla/layout/html/tests/table/bugs/bug10036.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug10039.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug10565.html
##the following does not seem to load, perhaps a remote image problem
##file:///s|/mozilla/layout/html/tests/table/bugs/bug10633.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug10633.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug1067-1.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug1067-2.html
delay:=2

Просмотреть файл

@ -17,11 +17,12 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug15247.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug15933.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug16012.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug16252.html
#file:///s|/mozilla/layout/html/tests/table/bugs/bug1647.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug1647.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug17130-1.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug17130-2.html
delay:=2
file:///s|/mozilla/layout/html/tests/table/bugs/bug17138.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug1725.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug17548.html
delay:=1
file:///s|/mozilla/layout/html/tests/table/bugs/bug17168.html
@ -29,6 +30,7 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug17587.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug17826.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug1800.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug1802.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug18025.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug1809.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug1818-1.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug1818-2.html

Просмотреть файл

@ -23,11 +23,11 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug23235.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug23299.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug23847.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug23994.html
#file:///s|/mozilla/layout/html/tests/table/bugs/bug24200.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug24200.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug24627.html
#file:///s|/mozilla/layout/html/tests/table/bugs/bug24410.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug24503.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2469.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug24503.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug24661.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2479-1.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2479-2.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2479-3.html
@ -41,8 +41,8 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug25004.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug25074.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug25086.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2509.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug25367.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2516.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug25367.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug25663.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2585.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug25707.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2585.html

Просмотреть файл

@ -1,5 +1,4 @@
#file:///s|/mozilla/layout/html/tests/table/bugs/bug26178.html
#file:///s|/mozilla/layout/html/tests/table/bugs/bug26193.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug26178.html
delay:=8
file:///s|/mozilla/layout/html/tests/table/bugs/bug26553.html
delay:=1
@ -34,12 +33,12 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug2997.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug30273.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug30332-1.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug30332-2.html
#file:///s|/mozilla/layout/html/tests/table/bugs/bug3037-1.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug3037-1.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug3037-2.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug30418.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug30559.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug30985.html
#file:///s|/mozilla/layout/html/tests/table/bugs/bug30692.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug30692.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug3103.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug3105.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug3191.html

Просмотреть файл

@ -22,10 +22,11 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug40828.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug4093.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug41890.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug42043.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug4284.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug4294.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug42443.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug43204.html
#file:///s|/mozilla/layout/html/tests/table/bugs/bug4382.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug4382.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug4385.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug4427.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug4429.html
@ -35,6 +36,7 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug4523.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug4527.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug4527.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug45350.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug4576.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug46368-1.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug46368-2.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug46623-1.html
@ -55,21 +57,22 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug5188.html
delay:=1
file:///s|/mozilla/layout/html/tests/table/bugs/bug53690-1.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug53690-2.html
delay:=2
file:///s|/mozilla/layout/html/tests/table/bugs/bug56024.html
delay:=1
file:///s|/mozilla/layout/html/tests/table/bugs/bug57828.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug5797.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug53891.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug5538.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug55545.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug55563.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug55789.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug55789.html
delay:=2
file:///s|/mozilla/layout/html/tests/table/bugs/bug56024.html
delay:=1
file:///s|/mozilla/layout/html/tests/table/bugs/bug56201.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug57378.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug57828.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug57828.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug57828-2.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug5797.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug5798.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug5799.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug5835.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug5838.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug59252.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug59252.html

Просмотреть файл

@ -15,13 +15,14 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug6674.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug6933.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug709.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug7112-1.html
#file:///s|/mozilla/layout/html/tests/table/bugs/bug7112-2.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug7112-2.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug7113.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug7121-1.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug7121-2.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug7243.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug727.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug7342.html
#file:///s|/mozilla/layout/html/tests/table/bugs/bug7604.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug7471.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug7714.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug8032-1.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug8032-2.html

Просмотреть файл

@ -35,6 +35,7 @@ file:///s|/mozilla/layout/html/tests/table/core/margins.html
file:///s|/mozilla/layout/html/tests/table/core/misc.html
delay:=1
file:///s|/mozilla/layout/html/tests/table/core/nested1.html
file:///s|/mozilla/layout/html/tests/table/core/one_row.html
delay:=2
file:///s|/mozilla/layout/html/tests/table/core/row_span.html
delay:=1

Двоичные данные
layout/html/tests/table/images/button_go_nav.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 98 B

Просмотреть файл

@ -9,5 +9,5 @@ file:///s|/mozilla/layout/html/tests/table/other/wa_table_tr_align.html
file:///s|/mozilla/layout/html/tests/table/other/ms.html
file:///s|/mozilla/layout/html/tests/table/other/wf_table_index.html
file:///s|/mozilla/layout/html/tests/table/other/move_row.html
file:///s|/mozilla/layout/html/tests/table/other/move_row.html
file:///s|/mozilla/layout/html/tests/table/other/nestedTables.html
file:///s|/mozilla/layout/html/tests/table/other/nested2.html