summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1404324-2.html
blob: 797347d5c058bda73f0d4312f050da5b7ce3c9b0 (plain)
1
2
3
4
5
6
7
8
9
10
<style>
  del, *::first-line {
    position: absolute;
  }
</style>
<del></del>
<script>
  document.documentElement.offsetTop;
  document.styleSheets[0].cssRules[0].style.position = 'sticky'
</script>