Sign in
webkit
/
WebKit
/
e27614df2f37ba9cd62de8344bb8d5b7377411af
/
.
/
LayoutTests
/
fast
/
forms
/
input-spaces.html
blob: 437ce6560d26f1a31901725853e6b0f1696ba26c [
file
] [
log
] [
blame
]
<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>