new regression test not affecting the build.

This commit is contained in:
karnaze%netscape.com 2000-03-09 08:51:40 +00:00
parent 8b9dac0046
commit 331f183d88
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,27 @@
<body onload="doIt()">
<SCRIPT>
function doIt() {
var row = document.getElementById("foo");
row.deleteCell(0);
var cell = document.createElement("TD", null);
var text = document.createTextNode("yyy yyy yyy yyy yyy yyy yyy yyy yyy yyy yyy yyy yyy yyy yyy yyy yyy yyy yyy yyy yyy ");
cell.appendChild(text);
row.appendChild(cell);
}
</SCRIPT>
<TABLE BORDER=1>
<TR>
<TD>
<TABLE BORDER=1 WIDTH="100%">
<TR ID="foo">
<TD>
text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text
</TD>
</TR>
</TABLE>
</TD>
<TD>
text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text
</TD>
</TR>
</TABLE>

View File

@ -132,6 +132,7 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug2886.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2886-2.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug28928.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug29157.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug29429.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2947.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2954.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2962.html