diff --git a/layout/html/tests/table/bugs/bug106816.html b/layout/html/tests/table/bugs/bug106816.html new file mode 100644 index 000000000000..cab34a207a4f --- /dev/null +++ b/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/layout/html/tests/table/bugs/file_list1.txt b/layout/html/tests/table/bugs/file_list1.txt index 0ca8ea6a594a..5bd5234c9d1e 100644 --- a/layout/html/tests/table/bugs/file_list1.txt +++ b/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