chromium/third_party/blink/web_tests/fast/table/empty-row-crash.html

<html>
<body>
<table id="obj">
<script>
if(window.testRunner)
    testRunner.dumpAsText();
obj.createTFoot();
obj.deleteTFoot();
obj.focus();
obj.insertRow();
obj.insertRow();
</script>
The testcase checks that inserting a row into an empty table doesn't result in a crash.<br><br>
No crash means test PASSED.
</body>
</html>