layout/base/crashtests/373919.xhtml

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 <html xmlns="http://www.w3.org/1999/xhtml">
     3 <object id="mw_ij" xmlns="http://www.w3.org/1999/xhtml" style="display: none;"/>
     5 <textnode xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     6   <dir xmlns="http://www.w3.org/1999/xhtml" style="overflow: scroll;position: fixed;"/>
     7 </textnode>
     9 <wizardpage id="mw_ab" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
    10   <label id="mw_kl">
    11     <toolbox style="float: right;"/>
    12   </label>
    13 </wizardpage>
    15 <listbox id="mw_cd" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"/>
    17 <script xmlns="http://www.w3.org/1999/xhtml">
    18 function doe() {
    19 document.getElementById('mw_ab').insertBefore(document.getElementById('mw_cd'), document.getElementById('mw_ab').childNodes[0]);
    20 document.documentElement.offsetHeight;
    21 document.getElementById('mw_ij').appendChild(document.getElementById('mw_kl'));
    22 document.documentElement.offsetHeight;
    23 }
    24 setTimeout(doe, 100);
    26 setTimeout(function() {window.location=window.location;}, 500);
    27 </script>
    29 </html>

mercurial