Sign in
webkit
/
WebKit
/
5ee570116ebc5b096e25f86f42b1e2de4d0d19b2
/
.
/
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>