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
1af893e14c
commit
f34ed9b88c
26
layout/base/crashtests/336999-1.xul
Normal file
26
layout/base/crashtests/336999-1.xul
Normal file
@ -0,0 +1,26 @@
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="reftest-wait">
|
||||
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
document.getElementById("xxx").style.position = "fixed";
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
|
||||
window.addEventListener("load", function(){setTimeout(boom, 30)}, 0);
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<hbox id="xxx" style="position: absolute;">
|
||||
<label value="X" />
|
||||
<menulist>
|
||||
<menupopup>
|
||||
<menuitem label="Y" />
|
||||
</menupopup>
|
||||
</menulist>
|
||||
</hbox>
|
||||
|
||||
|
||||
</window>
|
@ -16,6 +16,7 @@ load 331679-2.xml
|
||||
load 331679-3.xml
|
||||
load 335140-1.html
|
||||
load 336291-1.html
|
||||
load 336999-1.xul
|
||||
load 337268-1.html
|
||||
load 337419-1.html
|
||||
load 337476-1.xul
|
||||
|
Loading…
Reference in New Issue
Block a user