aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/input_whitespace_regression.html
blob: 61cc78e734664410f29216e81e8b4596c2b80314 (plain) (blame)
1
2
3
4
5
6
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>