From 90dd33aed5cfc97bed723e54d7342e91c6b59328 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 git-svn-id: svn://10.0.0.236/trunk@44921 18797224-902f-48f8-a5cc-f745e15eee43 --- .../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 mozilla/layout/html/tests/table/bugs/bug12287.xul create mode 100644 mozilla/layout/html/tests/table/core/captions.html diff --git a/mozilla/layout/html/tests/table/bugs/bug12287.xul b/mozilla/layout/html/tests/table/bugs/bug12287.xul new file mode 100644 index 00000000000..50b3fecbef7 --- /dev/null +++ b/mozilla/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/mozilla/layout/html/tests/table/bugs/file_list.txt b/mozilla/layout/html/tests/table/bugs/file_list.txt index da6f0cb8962..35f065ed3cd 100644 --- a/mozilla/layout/html/tests/table/bugs/file_list.txt +++ b/mozilla/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/mozilla/layout/html/tests/table/core/captions.html b/mozilla/layout/html/tests/table/core/captions.html new file mode 100644 index 00000000000..881738f20c7 --- /dev/null +++ b/mozilla/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/mozilla/layout/html/tests/table/core/file_list.txt b/mozilla/layout/html/tests/table/core/file_list.txt index bc194b13be2..82e890e5cc1 100644 --- a/mozilla/layout/html/tests/table/core/file_list.txt +++ b/mozilla/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