summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1626970.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/crashtests/1626970.html')
-rw-r--r--layout/generic/crashtests/1626970.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/generic/crashtests/1626970.html b/layout/generic/crashtests/1626970.html
new file mode 100644
index 0000000000..96e59656c5
--- /dev/null
+++ b/layout/generic/crashtests/1626970.html
@@ -0,0 +1,14 @@
+<html>
+<head>
+ <style>
+ * {
+ padding-block-end: 46% ! important;
+ }
+ </style>
+ <script>
+ document.addEventListener('DOMContentLoaded', () => {
+ window.scrollByLines(536870912, {})
+ })
+ </script>
+</head>
+</html>