diff --git a/layout/html/tests/table/bugs/bug1271.html b/layout/html/tests/table/bugs/bug1271.html new file mode 100644 index 000000000000..5078e4a9c702 --- /dev/null +++ b/layout/html/tests/table/bugs/bug1271.html @@ -0,0 +1,15 @@ + + + + + + + + + + + + + +
+ diff --git a/layout/html/tests/table/bugs/file_list.txt b/layout/html/tests/table/bugs/file_list.txt index 6922d4501079..5ca18707bbe9 100644 --- a/layout/html/tests/table/bugs/file_list.txt +++ b/layout/html/tests/table/bugs/file_list.txt @@ -17,6 +17,7 @@ file:///s:/mozilla/layout/html/tests/table/bugs/bug12268.html file:///s:/mozilla/layout/html/tests/table/bugs/bug12384.html file:///s:/mozilla/layout/html/tests/table/bugs/bug1261.html file:///s:/mozilla/layout/html/tests/table/bugs/bug1262.html +file:///s:/mozilla/layout/html/tests/table/bugs/bug1271.html file:///s:/mozilla/layout/html/tests/table/bugs/bug1296.html file:///s:/mozilla/layout/html/tests/table/bugs/bug1302.html file:///s:/mozilla/layout/html/tests/table/bugs/bug1318.html diff --git a/layout/html/tests/table/core/cell_heights.html b/layout/html/tests/table/core/cell_heights.html new file mode 100644 index 000000000000..028de99e3b50 --- /dev/null +++ b/layout/html/tests/table/core/cell_heights.html @@ -0,0 +1,112 @@ + + + + + + + +
20%
80%
+
+ + + + + + + +
row 50
50
+
+ + + + + + + +
5 5 5
50
+ + + + + + + +
200
50
+
+ + + + + + + +
200
50
+
+ + + + + + + + +
100100
100 100 100
+
+ + + + +
100%
+
+ + + + + + + +
20%
80%
+
+ + + + + +
5%200
+
+ + + + + +
50%20
+
+ + + + + + + +
500
80%
+
+ + + + + + + + + + + + + +
500auto
autoauto
autoauto
+
+ + + + +
100%
diff --git a/layout/html/tests/table/core/file_list.txt b/layout/html/tests/table/core/file_list.txt index ddb60aad3bb8..bbbefd26b1ed 100644 --- a/layout/html/tests/table/core/file_list.txt +++ b/layout/html/tests/table/core/file_list.txt @@ -1,5 +1,6 @@ file:///s:/mozilla/layout/html/tests/table/core/backgrounds.html file:///s:/mozilla/layout/html/tests/table/core/bloomberg.html +file:///s:/mozilla/layout/html/tests/table/core/cell_heights.html file:///s:/mozilla/layout/html/tests/table/core/columns.html file:///s:/mozilla/layout/html/tests/table/core/col_span.html file:///s:/mozilla/layout/html/tests/table/core/col_span2.html diff --git a/layout/html/tests/table/images/160x160.JPG b/layout/html/tests/table/images/160x160.JPG new file mode 100644 index 000000000000..d899778af282 Binary files /dev/null and b/layout/html/tests/table/images/160x160.JPG differ diff --git a/layout/html/tests/table/images/160x40.JPG b/layout/html/tests/table/images/160x40.JPG new file mode 100644 index 000000000000..accd056e6e7f Binary files /dev/null and b/layout/html/tests/table/images/160x40.JPG differ diff --git a/layout/html/tests/table/images/160x80.JPG b/layout/html/tests/table/images/160x80.JPG new file mode 100644 index 000000000000..8852f0b9849b Binary files /dev/null and b/layout/html/tests/table/images/160x80.JPG differ diff --git a/layout/html/tests/table/images/40x80.JPG b/layout/html/tests/table/images/40x80.JPG new file mode 100644 index 000000000000..354028e42285 Binary files /dev/null and b/layout/html/tests/table/images/40x80.JPG differ diff --git a/layout/html/tests/table/images/corner.JPG b/layout/html/tests/table/images/corner.JPG new file mode 100644 index 000000000000..dfda77afb450 Binary files /dev/null and b/layout/html/tests/table/images/corner.JPG differ