From 3e3203bbdd2bbe135922d207ecbff4d7f30eb49e Mon Sep 17 00:00:00 2001 From: "karnaze%netscape.com" Date: Mon, 13 Sep 1999 22:54:17 +0000 Subject: [PATCH] new regression test git-svn-id: svn://10.0.0.236/trunk@47193 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/tests/table/bugs/bug13105.html | 13 +++++++++++++ mozilla/layout/html/tests/table/bugs/file_list.txt | 1 + 2 files changed, 14 insertions(+) create mode 100644 mozilla/layout/html/tests/table/bugs/bug13105.html diff --git a/mozilla/layout/html/tests/table/bugs/bug13105.html b/mozilla/layout/html/tests/table/bugs/bug13105.html new file mode 100644 index 00000000000..17cd4682f8c --- /dev/null +++ b/mozilla/layout/html/tests/table/bugs/bug13105.html @@ -0,0 +1,13 @@ + +Testcase for bug 13105 + +

<TABLE border="0" frame="void"> + + + + + +
LeftRight
+ + + diff --git a/mozilla/layout/html/tests/table/bugs/file_list.txt b/mozilla/layout/html/tests/table/bugs/file_list.txt index 2061e2b4223..fbd81676831 100644 --- a/mozilla/layout/html/tests/table/bugs/file_list.txt +++ b/mozilla/layout/html/tests/table/bugs/file_list.txt @@ -29,6 +29,7 @@ file:///s:/mozilla/layout/html/tests/table/bugs/bug12908-2.html file:///s:/mozilla/layout/html/tests/table/bugs/bug12910.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/bug13105.html file:///s:/mozilla/layout/html/tests/table/bugs/bug1318.html file:///s:/mozilla/layout/html/tests/table/bugs/bug1430.html file:///s:/mozilla/layout/html/tests/table/bugs/bug1474.html