Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / dom / html / crashtests / 1282894.html
blob456a4541fd9ecbe93bbf6393b8a835af4636869b
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <script>
7 function boom() {
8 var table = document.createElement("table");
9 var cap = document.createElement("caption");
10 cap.appendChild(table)
11 table.caption = cap;
14 </script>
15 </head>
16 <body onload="boom();"></body>
17 </html>