From 3d346d69fc485ba9aaacdb7aa4df93fd0f060fbe Mon Sep 17 00:00:00 2001 From: "mats.palmgren%bredband.net" Date: Thu, 26 Oct 2006 23:47:10 +0000 Subject: [PATCH] Adding testcases for bug 342531 and bug 357449 to the layout regression test suite. git-svn-id: svn://10.0.0.236/trunk@214209 18797224-902f-48f8-a5cc-f745e15eee43 --- .../html/tests/formctls/bugs/bug342531.html | 102 ++++++++++++++++++ .../html/tests/formctls/bugs/bug357449.html | 22 ++++ .../layout/html/tests/formctls/bugs/rtest.lst | 2 + 3 files changed, 126 insertions(+) create mode 100644 mozilla/layout/html/tests/formctls/bugs/bug342531.html create mode 100644 mozilla/layout/html/tests/formctls/bugs/bug357449.html diff --git a/mozilla/layout/html/tests/formctls/bugs/bug342531.html b/mozilla/layout/html/tests/formctls/bugs/bug342531.html new file mode 100644 index 00000000000..1fa82f02bb2 --- /dev/null +++ b/mozilla/layout/html/tests/formctls/bugs/bug342531.html @@ -0,0 +1,102 @@ + + + + Testcase #2 for bug 342531 + + + + +
+
float
+ non-replaced block +
float
+ non-replaced inline +
+
+
float
+ +
float
+ +
+
+
float
+ +
float
+ +
+
+
float
+ +
float
+ +
+
+
float
+ +
float
+ +
+
+
float
+ +
float
+ +
+
+
float
+
FIELDSET block
+
float
+
FIELDSET inline
+
+
+
float
+ +
float
+ +
+
+
float
+ +
float
+ +
+
+
float
+ +
float
+ +
+
+
float
+ +
float
+ +
+
+
float
+ +
float
+ +
+
+HR: +
float
+
+
float
+
+
+ + + + + \ No newline at end of file diff --git a/mozilla/layout/html/tests/formctls/bugs/bug357449.html b/mozilla/layout/html/tests/formctls/bugs/bug357449.html new file mode 100644 index 00000000000..de240448e06 --- /dev/null +++ b/mozilla/layout/html/tests/formctls/bugs/bug357449.html @@ -0,0 +1,22 @@ + + + + Testcase #1 for bug 357449 + + + + +
+
+
+
+ + + diff --git a/mozilla/layout/html/tests/formctls/bugs/rtest.lst b/mozilla/layout/html/tests/formctls/bugs/rtest.lst index 5fc1b2f3d0f..c7b0d639b6f 100644 --- a/mozilla/layout/html/tests/formctls/bugs/rtest.lst +++ b/mozilla/layout/html/tests/formctls/bugs/rtest.lst @@ -114,3 +114,5 @@ bug95937.html bug96506.html bug96604.html bug98918.html +bug342531.html +bug357449.html