mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
Add frewscxv's regression test for whitespace in <input>
This commit is contained in:
7
tests/html/input_whitespace_regression.html
Normal file
7
tests/html/input_whitespace_regression.html
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
Both input elements below should have more than one space between "foo" and "bar":
|
||||
|
||||
<form>
|
||||
<input value="foo bar">
|
||||
<input value="foo bar">
|
||||
</form>
|
||||
Reference in New Issue
Block a user