layout/generic/crashtests/769303-1.html

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 <style>
     2 p::first-letter {
     3     float: left;
     4     }
     5 p:before {
     6     content: counter(e2);
     7     }
     8 p:not([type=image]) {
     9     float: left;
    10     -moz-appearance: radio;
    11 }
    12 </style>
    13 <p id=test1><script>
    14 function initCF() {
    15 document.removeEventListener("DOMContentLoaded", initCF, false);
    16 test2 = test1.cloneNode(false);
    17 test3 = test2.cloneNode(false);
    18 document.documentElement.appendChild(test3);
    19 setTimeout("CFcrash()", 21);
    20 }
    21 document.addEventListener("DOMContentLoaded", initCF, false);
    22 window.onload = initCF;
    24 function CFcrash() {
    25 test3.appendChild(document.createTextNode(" bBCV5.3kvwoaU O8k l i!4c`Ei;N-#/ Qg QBZi$8A [8xlL#cN U4l  !%lP   S% Z9[H } {2Jk A00F8 TjQQ1KHx zf   k]F-G ,%lz8?@ 2ZB!-"));
    26 window.scrollBy(-463, -480);
    27 }
    28 </script>

mercurial