mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Test for bug 818454 by Abishek Arya, r=smontagu
This commit is contained in:
parent
13cbcf82e1
commit
3bad8b68d0
24
layout/base/crashtests/818454.html
Normal file
24
layout/base/crashtests/818454.html
Normal file
@ -0,0 +1,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, false);
|
||||
</script>>
|
@ -421,6 +421,7 @@ load 806056-2.html
|
||||
load 812665.html
|
||||
load 813372-1.html
|
||||
asserts(0-4) load 817219.html # bug 623436
|
||||
load 818454.html
|
||||
asserts-if(gtk2Widget,0-1) load 822865.html # bug 540078
|
||||
load 824862.html
|
||||
load 826163.html
|
||||
|
Loading…
Reference in New Issue
Block a user