haikuwebkit/LayoutTests/fast/flexbox/order-iterator-crash.html

13 lines
266 B
HTML

<div>This test has passed if it doesn't crash.</div>
<style>
* { display: -webkit-flex; }
</style>
<table><td id="crashy"></td></table>
<script>
if (window.testRunner)
testRunner.dumpAsText();
crashy.offsetLeft;
crashy.parentNode.removeChild(crashy);
</script>