mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 467080 - crash test
This commit is contained in:
parent
cdf9e5c44e
commit
01aaa27b5f
24
layout/xul/base/src/crashtests/467080.xul
Normal file
24
layout/xul/base/src/crashtests/467080.xul
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:mathml="http://www.w3.org/1998/Math/MathML" style="-moz-binding:url(#a);" class="reftest-wait">
|
||||
|
||||
<content xmlns="http://www.mozilla.org/xbl" ordinal="-1">
|
||||
<mathml:median style="display: block;"/>
|
||||
</content>
|
||||
|
||||
<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[
|
||||
function finish() {
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
function doe() {
|
||||
document.documentElement.removeAttribute('style');
|
||||
setTimeout(finish, 0);
|
||||
}
|
||||
setTimeout(doe, 100);
|
||||
]]></script>
|
||||
|
||||
|
||||
<bindings xmlns="http://www.mozilla.org/xbl">
|
||||
<binding id="a">
|
||||
<content><children/></content>
|
||||
</binding></bindings>
|
||||
</window>
|
@ -68,6 +68,7 @@ load 434458-1.xul
|
||||
load 460900-1.xul
|
||||
load 464149-1.xul
|
||||
asserts-if(winWidget,1) load 464407-1.xhtml # Bug 450974
|
||||
load 467080.xul
|
||||
load 467481-1.xul
|
||||
load 470063-1.html
|
||||
load 470272.html
|
||||
|
Loading…
Reference in New Issue
Block a user