servo/tests/html/input_whitespace_regression.html
2016-01-03 13:18:27 +05:30

7 lines
No EOL
180 B
HTML

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>