From fa10cbf2819db079edd075f8882c3a26331e1470 Mon Sep 17 00:00:00 2001 From: "karnaze%netscape.com" Date: Sun, 31 Mar 2002 17:48:47 +0000 Subject: [PATCH] regression tests for bug 133756, not affecting the build. --- layout/html/tests/table/bugs/bug133756-1.html | 27 ++++++++ layout/html/tests/table/bugs/bug133756-2.html | 62 +++++++++++++++++++ layout/html/tests/table/bugs/file_list1.txt | 4 +- 3 files changed, 92 insertions(+), 1 deletion(-) create mode 100644 layout/html/tests/table/bugs/bug133756-1.html create mode 100644 layout/html/tests/table/bugs/bug133756-2.html diff --git a/layout/html/tests/table/bugs/bug133756-1.html b/layout/html/tests/table/bugs/bug133756-1.html new file mode 100644 index 00000000000..d882dacfd93 --- /dev/null +++ b/layout/html/tests/table/bugs/bug133756-1.html @@ -0,0 +1,27 @@ + + +das Leben + + + + + + + + + + + + + + + + + +
+

blah blah

+
+

text at the bottom

+ + diff --git a/layout/html/tests/table/bugs/bug133756-2.html b/layout/html/tests/table/bugs/bug133756-2.html new file mode 100644 index 00000000000..de2eea55016 --- /dev/null +++ b/layout/html/tests/table/bugs/bug133756-2.html @@ -0,0 +1,62 @@ + + +Testcase for bug 133756 + + + + +Table 1: border=1 cellspacing=0 cellpadding=0 + + + +
First Row
+ +Table 2: border=1 cellspacing=1 cellpadding=0 + + + +
First Row
+ +Table 3: border=1 cellspacing=0 cellpadding=1 + + + +
First Row
+ +Table 4: border=1 cellspacing=1 cellpadding=1 + + + +
First Row
+ + +

Same tables as above but removing height="50%" from the second row:

+ +Table 5: border=1 cellspacing=0 cellpadding=0 + + + +
First Row
+ +Table 6: border=1 cellspacing=1 cellpadding=0 + + + +
First Row
+ +Table 7: border=1 cellspacing=0 cellpadding=1 + + + +
First Row
+ +Table 8: border=1 cellspacing=1 cellpadding=1 + + + +
First Row
+ + + + diff --git a/layout/html/tests/table/bugs/file_list1.txt b/layout/html/tests/table/bugs/file_list1.txt index 5227917cb19..0241a8a1516 100644 --- a/layout/html/tests/table/bugs/file_list1.txt +++ b/layout/html/tests/table/bugs/file_list1.txt @@ -69,5 +69,7 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug13105.html file:///s|/mozilla/layout/html/tests/table/bugs/bug13118.html file:///s|/mozilla/layout/html/tests/table/bugs/bug1318.html file:///s|/mozilla/layout/html/tests/table/bugs/bug13169.html -file:///s|/mozilla/layout/html/tests/table/bugs/bug13484.html +file:///s|/mozilla/layout/html/tests/table/bugs/bug13169.html +file:///s|/mozilla/layout/html/tests/table/bugs/bug133756-1.html +file:///s|/mozilla/layout/html/tests/table/bugs/bug133756-2.html file:///s|/mozilla/layout/html/tests/table/bugs/bug13526.html