From 373d8162836d83442601b83b829c4ceb473fd6a3 Mon Sep 17 00:00:00 2001 From: "karnaze%netscape.com" Date: Fri, 27 Aug 1999 21:46:14 +0000 Subject: [PATCH] new regression tests --- layout/html/tests/table/bugs/bug12287.xul | 16 ++++++++++++++++ layout/html/tests/table/bugs/file_list.txt | 1 + layout/html/tests/table/core/captions.html | 8 ++++++++ layout/html/tests/table/core/file_list.txt | 1 + 4 files changed, 26 insertions(+) create mode 100644 layout/html/tests/table/bugs/bug12287.xul create mode 100644 layout/html/tests/table/core/captions.html diff --git a/layout/html/tests/table/bugs/bug12287.xul b/layout/html/tests/table/bugs/bug12287.xul new file mode 100644 index 000000000000..50b3fecbef72 --- /dev/null +++ b/layout/html/tests/table/bugs/bug12287.xul @@ -0,0 +1,16 @@ + + + + + + + + Row 1 of 3 + Row 2 of 3 + Row 3 of 3 + + + + diff --git a/layout/html/tests/table/bugs/file_list.txt b/layout/html/tests/table/bugs/file_list.txt index da6f0cb8962b..35f065ed3cd7 100644 --- a/layout/html/tests/table/bugs/file_list.txt +++ b/layout/html/tests/table/bugs/file_list.txt @@ -12,6 +12,7 @@ file:///s:/mozilla/layout/html/tests/table/bugs/bug1188.html file:///s:/mozilla/layout/html/tests/table/bugs/bug11944.html file:///s:/mozilla/layout/html/tests/table/bugs/bug12008.html file:///s:/mozilla/layout/html/tests/table/bugs/bug1220.html +file:///s:/mozilla/layout/html/tests/table/bugs/bug12287.xul file:///s:/mozilla/layout/html/tests/table/bugs/bug1224.html file:///s:/mozilla/layout/html/tests/table/bugs/bug12268.html file:///s:/mozilla/layout/html/tests/table/bugs/bug12384.html diff --git a/layout/html/tests/table/core/captions.html b/layout/html/tests/table/core/captions.html new file mode 100644 index 000000000000..881738f20c7d --- /dev/null +++ b/layout/html/tests/table/core/captions.html @@ -0,0 +1,8 @@ + + + +
+ caption is considered part of % width, not so in Nav4.6, + caption is not considered part of %height + +
FOO
diff --git a/layout/html/tests/table/core/file_list.txt b/layout/html/tests/table/core/file_list.txt index bc194b13be29..82e890e5cc1d 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/captions.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