Bug 467080 - crash test

This commit is contained in:
Mats Palmgren 2013-05-19 18:20:20 +00:00
parent cdf9e5c44e
commit 01aaa27b5f
2 changed files with 25 additions and 0 deletions

View 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>

View File

@ -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