summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/374090.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/crashtests/374090.html')
-rw-r--r--layout/generic/crashtests/374090.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/generic/crashtests/374090.html b/layout/generic/crashtests/374090.html
new file mode 100644
index 000000000..250f8c11d
--- /dev/null
+++ b/layout/generic/crashtests/374090.html
@@ -0,0 +1,11 @@
+<html><head><script>
+function doe() {
+window.location.reload();
+}
+setTimeout(doe, 500);
+</script></head><noframes style="overflow: scroll; display: block;"></noframes><body><li></li>
+
+<script>
+document.documentElement.setAttribute('style','-moz-binding: url(binding.xml#randomxbl);');
+</script>
+</body></html> \ No newline at end of file