layout/xul/crashtests/467080.xul

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

michael@0 1 <?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
michael@0 2 <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">
michael@0 3
michael@0 4 <content xmlns="http://www.mozilla.org/xbl" ordinal="-1">
michael@0 5 <mathml:median style="display: block;"/>
michael@0 6 </content>
michael@0 7
michael@0 8 <script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[
michael@0 9 function finish() {
michael@0 10 document.documentElement.removeAttribute("class");
michael@0 11 }
michael@0 12 function doe() {
michael@0 13 document.documentElement.removeAttribute('style');
michael@0 14 setTimeout(finish, 0);
michael@0 15 }
michael@0 16 setTimeout(doe, 100);
michael@0 17 ]]></script>
michael@0 18
michael@0 19
michael@0 20 <bindings xmlns="http://www.mozilla.org/xbl">
michael@0 21 <binding id="a">
michael@0 22 <content><children/></content>
michael@0 23 </binding></bindings>
michael@0 24 </window>

mercurial