chromium/third_party/blink/web_tests/fast/forms/text/input-text-word-wrap.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.">