layout/generic/crashtests/769303-1.html

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     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