From b36bc51777b454a0c9f08edd3c28869965e37a3e 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 --- .../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 layout/html/tests/formctls/base/button_no_margin.html create mode 100644 layout/html/tests/formctls/base/button_no_margin_strict.html create mode 100644 layout/html/tests/formctls/base/button_with_margin.html create mode 100644 layout/html/tests/formctls/base/button_with_margin_strict.html diff --git a/layout/html/tests/formctls/base/button_no_margin.html b/layout/html/tests/formctls/base/button_no_margin.html new file mode 100644 index 00000000000..8dd0250ba62 --- /dev/null +++ b/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/layout/html/tests/formctls/base/button_no_margin_strict.html b/layout/html/tests/formctls/base/button_no_margin_strict.html new file mode 100644 index 00000000000..3e0bed33383 --- /dev/null +++ b/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/layout/html/tests/formctls/base/button_with_margin.html b/layout/html/tests/formctls/base/button_with_margin.html new file mode 100644 index 00000000000..93771a44f17 --- /dev/null +++ b/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/layout/html/tests/formctls/base/button_with_margin_strict.html b/layout/html/tests/formctls/base/button_with_margin_strict.html new file mode 100644 index 00000000000..f01c8724da0 --- /dev/null +++ b/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/layout/html/tests/formctls/base/rtest.lst b/layout/html/tests/formctls/base/rtest.lst index 382f867f240..1b362671c10 100644 --- a/layout/html/tests/formctls/base/rtest.lst +++ b/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