mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Add frewscxv's regression test for whitespace in <input>
This commit is contained in:
parent
46a9c92b70
commit
77628df0b2
1 changed files with 7 additions and 0 deletions
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>
|
Loading…
Add table
Add a link
Reference in a new issue