haikuwebkit/LayoutTests/fast/table/empty-row-crash.html

17 lines
326 B
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>