Add new tests to cover regressions I'd caused earlier with bug 43914. Not part of the build.

This commit is contained in:
waterson%netscape.com 2001-05-18 22:26:07 +00:00
parent c9cd9ca9aa
commit 409a4db4f2
3 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<html><head><title>Test case for bug 56102</title>
<script language="JavaScript">
function insert()
{
var b = document.getElementById("b");
var br = document.getElementById("br");
b.insertBefore(document.createTextNode("ghi"), br);
}
</script></head><body onload="insert();">abc<b id="b">def<br><br id="br"></b></body></html>

View File

@ -0,0 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Bug 81118</TITLE></HEAD>
<BODY>
<TABLE BORDER="1"><TBODY><TR>
<TD VALIGN="TOP"><SPAN>
Here is some text that should be visible. Blah blah blah blah
blah blah blah. Is there text immediately below it? If not,
that's a bug!<BR><BR>
This text should also be visible. If not, that's a bug! Blah blah
blah blah blah.<BR><BR></SPAN></TD>
<TD VALIGN="TOP">
Here is some more text that just takes up space. Blah blah blah
blah blah blah blah.
</TD></TR></TBODY></TABLE></BODY></HTML>

View File

@ -152,6 +152,7 @@ file:///s:/mozilla/layout/html/tests/block/bugs/55095.html
file:///s:/mozilla/layout/html/tests/block/bugs/55250.html
file:///s:/mozilla/layout/html/tests/block/bugs/55317.html
file:///s:/mozilla/layout/html/tests/block/bugs/55874.html
file:///s:/mozilla/layout/html/tests/block/bugs/56102.html
file:///s:/mozilla/layout/html/tests/block/bugs/56265.html
file:///s:/mozilla/layout/html/tests/block/bugs/56563_1.html
file:///s:/mozilla/layout/html/tests/block/bugs/57554.html
@ -159,3 +160,4 @@ file:///s:/mozilla/layout/html/tests/block/bugs/54005.html
file:///s:/mozilla/layout/html/tests/block/bugs/63785.html
file:///s:/mozilla/layout/html/tests/block/bugs/67690.html
file:///s:/mozilla/layout/html/tests/block/bugs/71594.html
file:///s:/mozilla/layout/html/tests/block/bugs/81118.html