repo.or.cz
/
webbrowser.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Rubber-stamped by Brady Eidson.
[webbrowser.git]
/
LayoutTests
/
fast
/
forms
/
input-text-word-wrap.html
blob
93d1cc324f84f67560144dc04db04c7fe9029818
1
<p>
2
This tests that the
<code>
word-wrap
</code>
property is ignored for single-line text controls.
3
</p>
4
<input
style
=
"height: 3em; word-wrap: break-word;"
value
=
"This sentence should not wrap into the next line."
>