Add frewscxv's regression test for whitespace in <input>

This commit is contained in:
Manish Goregaokar 2015-12-15 18:21:17 +05:30
parent 46a9c92b70
commit 77628df0b2

View file

@ -0,0 +1,7 @@
Both input elements below should have more than one space between "foo" and "bar":
<form>
<input value="foo bar">
<input value="foo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bar">
</form>