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.1 | 1.2 | 1.3 | 1.4 | +1.5 | 1.6 | +
| 2.1 | +|||||
| 3.1 | 3.2 | 3.3 | 3.4 | 3.5 | 3.6 | +
+ cell 1.5 has rowspan="2" +
+| 1.1 | +1.2 | 1.3 | 1.4 | +1.5 | +|
| 2.1 | +|||||
| 3.1 | 3.2 | 3.3 | 3.4 | 3.5 | 3.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