summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/769303-2.html
blob: d6e257b9859058845123b8f9e79dceeaca59fcd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>