haikuwebkit/LayoutTests/fast/forms/input-element-attach-crash....

21 lines
421 B
HTML

<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<button autofocus>
<object>
<select autofocus>
<input>
<span>
<div></div>
PASS
</object>
<object></object>
</button>
</body>
</html>