mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
8 lines
181 B
HTML
8 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 bar">
|
|
</form>
|