repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
input-spaces.html
blob
437ce6560d26f1a31901725853e6b0f1696ba26c
1
<html>
2
<body>
3
This tests that leading and trailing spaces in a text field don't get lost.
4
There should be
3
spaces before and
3
spaces after the text in the field.
5
<br><input
id
=
"tf"
value
=
" foo bar "
>
6
</body>
7
</html>