summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/1118764.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/crashtests/1118764.html')
-rw-r--r--dom/base/crashtests/1118764.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/dom/base/crashtests/1118764.html b/dom/base/crashtests/1118764.html
new file mode 100644
index 000000000..54a4d94b6
--- /dev/null
+++ b/dom/base/crashtests/1118764.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<html>
+<body>
+<style>
+#foo {
+ overflow: scroll;
+ height: 100px;
+}
+</style>
+<div id="foo">
+Mozilla Firefox<br>
+Mozilla Firefox<br>
+Mozilla Firefox<br>
+Mozilla Firefox<br>
+Mozilla Firefox<br>
+Mozilla Firefox<br>
+Mozilla Firefox<br>
+Mozilla Firefox<br>
+Mozilla Firefox<br>
+Mozilla Firefox<br>
+Mozilla Firefox<br>
+Mozilla Firefox<br>
+Mozilla Firefox<br>
+Mozilla Firefox<br>
+Mozilla Firefox<br>
+Mozilla Firefox<br>
+Mozilla Firefox<br>
+Mozilla Firefox<br>
+<script>
+foo.createShadowRoot().innerHTML = "<content></content>";
+</script>
+</body>
+</html>