From eab9d0baffc93d9e58c9da8f2a2bb49035835fa2 Mon Sep 17 00:00:00 2001 From: "karnaze%netscape.com" Date: Fri, 26 Oct 2001 02:34:16 +0000 Subject: [PATCH] new regression test, not affecting the build. git-svn-id: svn://10.0.0.236/trunk@106310 18797224-902f-48f8-a5cc-f745e15eee43 --- .../html/tests/table/bugs/bug106816.html | 48 +++++++++++++++++++ .../html/tests/table/bugs/file_list1.txt | 1 + 2 files changed, 49 insertions(+) create mode 100644 mozilla/layout/html/tests/table/bugs/bug106816.html diff --git a/mozilla/layout/html/tests/table/bugs/bug106816.html b/mozilla/layout/html/tests/table/bugs/bug106816.html new file mode 100644 index 00000000000..cab34a207a4 --- /dev/null +++ b/mozilla/layout/html/tests/table/bugs/bug106816.html @@ -0,0 +1,48 @@ + + + +1 2 3 4 + + + +

table 1

+ + + + + + + + + + + +
1.11.21.31.41.51.6
2.1
3.13.23.33.43.53.6
+

+ cell 1.5 has rowspan="2" +

+

table 2

+ + + + + + + + + + + + +
1.11.21.31.41.5
2.1
3.13.23.33.43.53.6
+

+ cell 1.5 has colspan="2" rowspan="2" +

+ + diff --git a/mozilla/layout/html/tests/table/bugs/file_list1.txt b/mozilla/layout/html/tests/table/bugs/file_list1.txt index 0ca8ea6a594..5bd5234c9d1 100644 --- a/mozilla/layout/html/tests/table/bugs/file_list1.txt +++ b/mozilla/layout/html/tests/table/bugs/file_list1.txt @@ -1,5 +1,6 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug10009.html file:///s|/mozilla/layout/html/tests/table/bugs/bug106336.html +file:///s|/mozilla/layout/html/tests/table/bugs/bug106816.html file:///s|/mozilla/layout/html/tests/table/bugs/bug1010.html file:///s|/mozilla/layout/html/tests/table/bugs/bug101759.html file:///s|/mozilla/layout/html/tests/table/bugs/bug10140.html