servo/tests/html/input_whitespace_regression.html
2016-08-09 22:04:57 +02:00

7 lines
181 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>