Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / style / crashtests / 1223694-1.html
blobc4589884f76e359e8fd3fd555d94fc7049f1edc7
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <script>
7 function boom()
9 var sheet = document.createElement("style");
10 sheet.scoped = true;
11 document.documentElement.appendChild(sheet);
14 </script>
15 </head>
16 <body onload="boom();"></body>
17 </html>