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

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

mercurial