1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/xul/crashtests/467080.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?> 1.5 +<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"> 1.6 + 1.7 +<content xmlns="http://www.mozilla.org/xbl" ordinal="-1"> 1.8 +<mathml:median style="display: block;"/> 1.9 +</content> 1.10 + 1.11 +<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ 1.12 +function finish() { 1.13 + document.documentElement.removeAttribute("class"); 1.14 +} 1.15 +function doe() { 1.16 +document.documentElement.removeAttribute('style'); 1.17 +setTimeout(finish, 0); 1.18 +} 1.19 +setTimeout(doe, 100); 1.20 +]]></script> 1.21 + 1.22 + 1.23 +<bindings xmlns="http://www.mozilla.org/xbl"> 1.24 +<binding id="a"> 1.25 +<content><children/></content> 1.26 +</binding></bindings> 1.27 +</window>