summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/text/input-spaces.html
blob: 437ce6560d26f1a31901725853e6b0f1696ba26c (plain)
1
2
3
4
5
6
7
<html>
<body>
This tests that leading and trailing spaces in a text field don't get lost.
There should be 3 spaces before and 3 spaces after the text in the field.
<br><input id="tf" value="   foo bar   ">
</body>
</html>