new regression test not affecting the build.

This commit is contained in:
karnaze%netscape.com 2000-03-02 06:21:38 +00:00
parent 8085e187d1
commit 44f5bd2cc0
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,30 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>test</TITLE>
</HEAD>
<BODY>
<TABLE BORDER=1 ID="TABLE1">
<TR><TD>cell data</TD><TD>cell data</TD></TR>
<TR><TD>cell data</TD><TD>cell data</TD></TR>
<TR><TD>cell data</TD><TD>cell data</TD></TR>
</TABLE>
<SCRIPT TYPE="text/javascript">
var t=document.getElementById("TABLE1");
document.write(t);
t.createCaption();
</SCRIPT>
</BODY>
</HTML>

View File

@ -131,6 +131,7 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug28341.html
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/bug2947.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2954.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug2962.html