mirror of
https://github.com/servo/servo
synced 2026-04-26 17:45:19 +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>
|