Bug 1839526 [wpt PR 40658] - Update wpt metadata, a=testonly
[gecko.git] / layout / style / crashtests / 827591-1.html
bloba0ab100913096953c8c9ef88a10a8f720f2aaba3
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
6 @page {}
8 </style>
9 <script>
11 function boom()
13 document.styleSheets[0].cssRules[0].style.paddingLeft = "initial";
16 </script>
17 </head>
18 <body onload="boom();"></body>
19 </html>