From 95633daa9b29c5e6a0da3aaada8018585129a2f6 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Tue, 21 Oct 2003 04:34:30 +0000 Subject: [PATCH] Adding regression test git-svn-id: svn://10.0.0.236/trunk@148194 18797224-902f-48f8-a5cc-f745e15eee43 --- .../html/tests/table/bugs/bug222846.html | 29 +++++++++++++++++++ .../html/tests/table/bugs/file_list3.txt | 1 + 2 files changed, 30 insertions(+) create mode 100644 mozilla/layout/html/tests/table/bugs/bug222846.html diff --git a/mozilla/layout/html/tests/table/bugs/bug222846.html b/mozilla/layout/html/tests/table/bugs/bug222846.html new file mode 100644 index 00000000000..263eac513ad --- /dev/null +++ b/mozilla/layout/html/tests/table/bugs/bug222846.html @@ -0,0 +1,29 @@ + + + + +table dom test + + + + + + +Both tables should look identical + +
caption
cell1
+ +
caption
cell1
+ + + + diff --git a/mozilla/layout/html/tests/table/bugs/file_list3.txt b/mozilla/layout/html/tests/table/bugs/file_list3.txt index f19880ae012..b9bf9667d8d 100644 --- a/mozilla/layout/html/tests/table/bugs/file_list3.txt +++ b/mozilla/layout/html/tests/table/bugs/file_list3.txt @@ -16,6 +16,7 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug22246-2.html file:///s|/mozilla/layout/html/tests/table/bugs/bug22246-2a.html file:///s|/mozilla/layout/html/tests/table/bugs/bug22246-3.html file:///s|/mozilla/layout/html/tests/table/bugs/bug22246-3a.html +file:///s|/mozilla/layout/html/tests/table/bugs/bug222846.html file:///s|/mozilla/layout/html/tests/table/bugs/bug2267.html file:///s|/mozilla/layout/html/tests/table/bugs/bug22513.html file:///s|/mozilla/layout/html/tests/table/bugs/bug2296.html