mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 598203 - make content/xul/document/crashtests/583230.xul more reliable. a=NPOTB
This commit is contained in:
parent
5618b62fd6
commit
bc0998a225
@ -1,5 +1,5 @@
|
||||
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
|
||||
<window class="reftest-wait" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
<richlistbox id="a" datasources="" template="d"/>
|
||||
<script><![CDATA[
|
||||
function doe() {
|
||||
@ -17,8 +17,7 @@ try { b.resultBindingChanged(null); } catch(ex) { }
|
||||
try { b.getResultForId("empty"); } catch(ex) { }
|
||||
try { b.getResultForContent(node); } catch(ex) { }
|
||||
try { b.hasGeneratedContent(null, null); } catch(ex) { }
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
setTimeout(doe, 0);
|
||||
window.addEventListener("load", doe, false);
|
||||
]]></script>
|
||||
</window>
|
||||
|
Loading…
Reference in New Issue
Block a user