haikuwebkit/LayoutTests/fast/forms/input-text-word-wrap.html

5 lines
217 B
HTML

<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.">