mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
7 lines
181 B
HTML
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 bar">
|
|
</form>
|