summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1404324-3.html
blob: 3b06f12a2bf6e5a8ce3711e9f9ab036f31a7de5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<style>
del {
  position: absolute;
}

body::first-line {
  color: red;
}
</style>
<del></del>
<script>
  document.documentElement.offsetTop;
  document.styleSheets[0].cssRules[0].style.position = 'sticky'
</script>