haikuwebkit/LayoutTests/css3/flexbox/anonymous-block-merge-crash...

8 lines
258 B
HTML

<div style="display:flex;"><div id="inner"></div>If this page doesn't crash then this test passes.</div>
<script>
if (window.testRunner)
testRunner.dumpAsText()
var inner = document.getElementById("inner");
inner.parentNode.removeChild(inner);
</script>