summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/375831.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/crashtests/375831.html')
-rw-r--r--layout/generic/crashtests/375831.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/generic/crashtests/375831.html b/layout/generic/crashtests/375831.html
new file mode 100644
index 0000000000..79c334738a
--- /dev/null
+++ b/layout/generic/crashtests/375831.html
@@ -0,0 +1,11 @@
+<html>
+<head style="overflow: scroll; display: block; float: right; ">
+</head>
+<body>
+
+<script id="script">
+document.documentElement.setAttribute('style', 'overflow: scroll; ');
+document.getElementsByTagName('head')[0].removeAttribute('style');
+</script>
+</body>
+</html>