summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/818454.html
blob: 66e04f8daaefec07c5fb74d7a33d7d2c2ffb8795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
><pre>><style>#parent {
    position: absolute;
    }
#parent::first-letter {
</style>
<video></video>>>><div id=parent>
     <i> 9Z 1CU %b 1	*v
` mMx#[j
>></div>
>><q><dt>><style>
.class1 { stroke: none; direction: rtl;</style><script>
var docElement = document.body;
docElement.contentEditable = "true";
function crash() {
test1 = document.createElementNS("http://www.w3.org/1998/Math/MathML", "degree");
docElement.appendChild(test1);
test2 = document.createElementNS("http://www.w3.org/1999/xhtml", "textarea");
docElement.appendChild(test2);
test3 = document.createElementNS("http://www.w3.org/1998/Math/MathML", "mover");
test3.setAttribute("class", "class1");
docElement.appendChild(test3);
}
document.addEventListener("DOMContentLoaded", crash);
</script>>