Sign in
webkit
/
WebKit
/
523a9f95bd9c6f8396f1eaddbcea48b4b236200c
/
.
/
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."
>