mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add crashtest
This commit is contained in:
parent
3fe2bbd97a
commit
12773a0769
27
layout/xul/base/src/crashtests/344228-1.xul
Normal file
27
layout/xul/base/src/crashtests/344228-1.xul
Normal file
@ -0,0 +1,27 @@
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="setTimeout(boom, 30);" class="reftest-wait">
|
||||
|
||||
<script>
|
||||
|
||||
function remove(q1) { q1.parentNode.removeChild(q1); }
|
||||
|
||||
function boom()
|
||||
{
|
||||
var x = document.getElementById("x");
|
||||
var y = document.getElementById("y");
|
||||
remove(x);
|
||||
remove(y);
|
||||
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<tree>
|
||||
<treechildren id="y"/>
|
||||
<richlistbox>
|
||||
<hbox id="x"/>
|
||||
<menulist/>
|
||||
</richlistbox>
|
||||
</tree>
|
||||
|
||||
</window>
|
@ -1,6 +1,7 @@
|
||||
load 311457-1.html
|
||||
load 327776-1.html
|
||||
load 329407-1.xml
|
||||
load 344228-1.xul
|
||||
load 346083-1.html
|
||||
load 346281-1.html
|
||||
load 366112-1.xul
|
||||
|
Loading…
Reference in New Issue
Block a user