Sign in
webkit
/
WebKit
/
987c9c4fb060cfd3a6fd05efa8323fb27085d2f0
/
.
/
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>