gecko-dev/servo/tests/html/input_whitespace_regression...

7 строки
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>