Bug 1839526 [wpt PR 40658] - Update wpt metadata, a=testonly
[gecko.git] / layout / style / crashtests / 880862.html
blobd89e24d90bfb8eb0a8b3006d062d37fc196817cd
1 <html>
2 <head>
3 <meta charset="UTF-8">
4 <script>
6 function boom()
8 // This file tests if we create a shutdown leak.
9 document.getElementById("c").getContext("2d").fillText("x", 0, 0);
10 document.styleSheets[0].cssRules[0].style.whatever = "create an expando to preserve the wrapper";
13 </script>
15 <style>
17 @font-face {
18 font-family: missing;
19 src: local(missing);
22 </style>
23 </head>
25 <body onload="boom();">
26 <canvas id="c"></canvas>
27 </body>
28 </html>