Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / style / crashtests / 1404324-3.html
blob3b06f12a2bf6e5a8ce3711e9f9ab036f31a7de5c
1 <style>
2 del {
3 position: absolute;
6 body::first-line {
7 color: red;
9 </style>
10 <del></del>
11 <script>
12 document.documentElement.offsetTop;
13 document.styleSheets[0].cssRules[0].style.position = 'sticky'
14 </script>