haikuwebkit/LayoutTests/fast/dom/HTMLObjectElement/set-type-to-null-crash.html

9 lines
171 B
HTML

<body onload="crash.type=null">
<object type="" id="crash"></object>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
PASS - The test didn't crash.