Sign in
webkit
/
WebKit
/
d3fdb4cf562f20044404c4eecc48b193fcc4521c
/
.
/
LayoutTests
/
fast
/
forms
/
input-text-word-wrap.html
blob: 93d1cc324f84f67560144dc04db04c7fe9029818 [
file
] [
log
] [
blame
]
<p>
This tests that the
<code>
word-wrap
</code>
property is ignored for single-line text controls.
</p>
<input
style
=
"
height
:
3em
;
word-wrap
:
break-word
;
"
value
=
"This sentence should not wrap into the next line."
>