layout/xul/crashtests/467080.xul

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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