From 28b7837cb4893eb6a1937aec3fd13f6e19ccb672 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Wed, 26 Apr 2006 03:17:39 +0000 Subject: [PATCH] Adding some regression tests git-svn-id: svn://10.0.0.236/trunk@195415 18797224-902f-48f8-a5cc-f745e15eee43 --- .../tests/formctls/base/button_no_margin.html | 16 ++++++++++++++++ .../formctls/base/button_no_margin_strict.html | 17 +++++++++++++++++ .../tests/formctls/base/button_with_margin.html | 16 ++++++++++++++++ .../base/button_with_margin_strict.html | 17 +++++++++++++++++ .../layout/html/tests/formctls/base/rtest.lst | 4 ++++ 5 files changed, 70 insertions(+) create mode 100644 mozilla/layout/html/tests/formctls/base/button_no_margin.html create mode 100644 mozilla/layout/html/tests/formctls/base/button_no_margin_strict.html create mode 100644 mozilla/layout/html/tests/formctls/base/button_with_margin.html create mode 100644 mozilla/layout/html/tests/formctls/base/button_with_margin_strict.html diff --git a/mozilla/layout/html/tests/formctls/base/button_no_margin.html b/mozilla/layout/html/tests/formctls/base/button_no_margin.html new file mode 100644 index 00000000000..8dd0250ba62 --- /dev/null +++ b/mozilla/layout/html/tests/formctls/base/button_no_margin.html @@ -0,0 +1,16 @@ + + +Tests HTML buttons with margins, quirks mode + + +
+ +
+
+ +
+
+This is text +
+ + diff --git a/mozilla/layout/html/tests/formctls/base/button_no_margin_strict.html b/mozilla/layout/html/tests/formctls/base/button_no_margin_strict.html new file mode 100644 index 00000000000..3e0bed33383 --- /dev/null +++ b/mozilla/layout/html/tests/formctls/base/button_no_margin_strict.html @@ -0,0 +1,17 @@ + + + +Tests HTML buttons with margins, quirks mode + + +
+ +
+
+ +
+
+This is text +
+ + diff --git a/mozilla/layout/html/tests/formctls/base/button_with_margin.html b/mozilla/layout/html/tests/formctls/base/button_with_margin.html new file mode 100644 index 00000000000..93771a44f17 --- /dev/null +++ b/mozilla/layout/html/tests/formctls/base/button_with_margin.html @@ -0,0 +1,16 @@ + + +Tests HTML buttons with margins, quirks mode + + +
+ +
+
+ +
+
+This is text +
+ + diff --git a/mozilla/layout/html/tests/formctls/base/button_with_margin_strict.html b/mozilla/layout/html/tests/formctls/base/button_with_margin_strict.html new file mode 100644 index 00000000000..f01c8724da0 --- /dev/null +++ b/mozilla/layout/html/tests/formctls/base/button_with_margin_strict.html @@ -0,0 +1,17 @@ + + + +Tests HTML buttons with margins, quirks mode + + +
+ +
+
+ +
+
+This is text +
+ + diff --git a/mozilla/layout/html/tests/formctls/base/rtest.lst b/mozilla/layout/html/tests/formctls/base/rtest.lst index 382f867f240..1b362671c10 100644 --- a/mozilla/layout/html/tests/formctls/base/rtest.lst +++ b/mozilla/layout/html/tests/formctls/base/rtest.lst @@ -35,3 +35,7 @@ select_strict.html fieldset_strict.html legend_strict.html isindex_strict.html +button_no_margin.html +button_no_margin_strict.html +button_with_margin.html +button_with_margin_strict.html