haikuwebkit/LayoutTests/fast/forms/input-no-renderer.html

6 lines
216 B
HTML

<html>
<body onload="document.getElementById('inp').focus()">
This test makes sure we don't crash when calling focus() on an element that has no renderer.
<input id="inp" style="display:none"></input>
</body>
</html>