From f0077191b4ea508516bcc6ff968679431f64fcfb Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Thu, 27 Apr 2006 22:37:15 +0000 Subject: [PATCH] Adding regression test git-svn-id: svn://10.0.0.236/trunk@195604 18797224-902f-48f8-a5cc-f745e15eee43 --- .../tests/formctls/base/input_file_strict2.html | 17 +++++++++++++++++ .../layout/html/tests/formctls/base/rtest.lst | 1 + 2 files changed, 18 insertions(+) create mode 100644 mozilla/layout/html/tests/formctls/base/input_file_strict2.html diff --git a/mozilla/layout/html/tests/formctls/base/input_file_strict2.html b/mozilla/layout/html/tests/formctls/base/input_file_strict2.html new file mode 100644 index 00000000000..a5f8b6c0445 --- /dev/null +++ b/mozilla/layout/html/tests/formctls/base/input_file_strict2.html @@ -0,0 +1,17 @@ + + + +
a b
+ +
a b
+ +
a b
+ +
a b
+ +
a b
+
a b
+
a b
+
a b
+ + diff --git a/mozilla/layout/html/tests/formctls/base/rtest.lst b/mozilla/layout/html/tests/formctls/base/rtest.lst index b3951351209..95b7e02fc2b 100644 --- a/mozilla/layout/html/tests/formctls/base/rtest.lst +++ b/mozilla/layout/html/tests/formctls/base/rtest.lst @@ -24,6 +24,7 @@ input_radio_strict.html input_submit_strict.html input_reset_strict.html input_file_strict.html +input_file_strict2.html input_hidden_strict.html input_image_strict.html input_button_strict.html