summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1404324-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/style/crashtests/1404324-2.html')
-rw-r--r--layout/style/crashtests/1404324-2.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/style/crashtests/1404324-2.html b/layout/style/crashtests/1404324-2.html
new file mode 100644
index 0000000000..797347d5c0
--- /dev/null
+++ b/layout/style/crashtests/1404324-2.html
@@ -0,0 +1,10 @@
+<style>
+ del, *::first-line {
+ position: absolute;
+ }
+</style>
+<del></del>
+<script>
+ document.documentElement.offsetTop;
+ document.styleSheets[0].cssRules[0].style.position = 'sticky'
+</script>