Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
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>