blob: 037121b640402b5a6ded65d72865132c8f56dc04 [file] [log] [blame]
rego@igalia.com009ecac2014-04-29 17:34:34 +00001<div>This test has passed if it doesn't crash.</div>
2<style>
3* { display: -webkit-flex; }
4</style>
5<table><td id="crashy"></td></table>
6<script>
7if (window.testRunner)
8 testRunner.dumpAsText();
9
10crashy.offsetLeft;
11crashy.parentNode.removeChild(crashy);
12</script>