From 77628df0b2db9a7a5a0d9cb760a796a2998749e3 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 15 Dec 2015 18:21:17 +0530 Subject: [PATCH] Add frewscxv's regression test for whitespace in --- tests/html/input_whitespace_regression.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/html/input_whitespace_regression.html diff --git a/tests/html/input_whitespace_regression.html b/tests/html/input_whitespace_regression.html new file mode 100644 index 00000000000..b66e0a6e62c --- /dev/null +++ b/tests/html/input_whitespace_regression.html @@ -0,0 +1,7 @@ + +Both input elements below should have more than one space between "foo" and "bar": + +
+ + +
\ No newline at end of file