summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/769303-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/crashtests/769303-2.html')
-rw-r--r--layout/generic/crashtests/769303-2.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/generic/crashtests/769303-2.html b/layout/generic/crashtests/769303-2.html
new file mode 100644
index 0000000000..d6e257b985
--- /dev/null
+++ b/layout/generic/crashtests/769303-2.html
@@ -0,0 +1,19 @@
+<foo_bar>k煬犍赜I⌕ 鰔{2O`怊턝璆굁肗笑z죒༃陥 P﷨Jf⻃傆$MN M ?鋰 5蟣#糐選^x汵 ァ K 8kmf箏ਰ艼 渺즺</foo_bar><ol id=test1></ol><head>
+<style>
+body:first-letter {
+ float: left;
+ }
+body {
+ float: left;
+}
+</style>
+<body style="white-space: pre-line;"><script>
+function initCF() {
+document.removeEventListener("DOMContentLoaded", initCF);
+setTimeout("CFcrash()", 0);
+}
+document.addEventListener("DOMContentLoaded", initCF);
+function CFcrash() {
+document.adoptNode(test1);
+}
+</script>