Mypal/dom/html/crashtests/828180.html

6 lines
104 B
HTML
Raw Normal View History

2019-03-11 03:26:37 -07:00
<script>
var table = document.createElement("table");
table.tHead = null;
table.tFoot = null;
</script>