haikuwebkit/LayoutTests/fast/forms/input-zero-height-focus.html

14 lines
438 B
HTML

<p>
Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13413">http://bugs.webkit.org/show_bug.cgi?id=13413</a>
Failed assertion in RenderTextControl::setSelectionRange in Google Spreadsheets</i>.
</p>
<p>
This test should not ASSERT.
</p>
<textarea id="target" style="height: 0"></textarea>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.getElementById("target").focus();
</script>