Sign in
webkit
/
WebKit
/
19e52add6f30e26c5fff78e2223e0618385a5a3d
/
.
/
LayoutTests
/
fast
/
forms
/
input-spaces.html
blob: 984592b88968a52a3eb02221d7ebca4cc0e743e9 [
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>