rego@igalia.com | 009ecac | 2014-04-29 17:34:34 +0000 | [diff] [blame] | 1 | <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> | ||||
7 | if (window.testRunner) | ||||
8 | testRunner.dumpAsText(); | ||||
9 | |||||
10 | crashy.offsetLeft; | ||||
11 | crashy.parentNode.removeChild(crashy); | ||||
12 | </script> |