content/base/crashtests/942979.html

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 <html>
     2 <head></head>
     3 <body>
     4 <script>
     5 var QNBABBAH=document.createElement('ROTFL');
     7 QNBABBAH.addEventListener('DOMNodeRemoved',function EventHandlerEventHandlerIMQFGDGL()
     8 {
     9          QNBABBAH.normalize();
    10 }, false);
    12 var MBHOMIBK=document.createElement('whatever');
    13 QNBABBAH.appendChild(MBHOMIBK);
    15 var BKDKEDBI=document.createElement('whatever');
    16 MBHOMIBK.appendChild(BKDKEDBI);
    18 var QQFOJBAM=document.createElement('whatever');
    19 BKDKEDBI.appendChild(QQFOJBAM); 
    21 var JNCNIPON=document.createElement('whatever');
    22 QQFOJBAM.appendChild(JNCNIPON);
    23 var a=document.createTextNode('AAAA');
    25 JNCNIPON.addEventListener('DOMNodeInserted',function EventHandlerEventHandlerGFNKONKK()
    26 {
    27    JNCNIPON.insertAdjacentHTML('afterbegin','.');
    29 }, false);
    31 JNCNIPON.appendChild(a);
    33 var CACEQGDA=document.createElement('whatever2');
    35 CACEQGDA.addEventListener('DOMSubtreeModified',function EventHandlerEventHandlerMOOLBGNC(){
    37 }, false);
    39 JNCNIPON.innerHTML = 'ALBERTDAJEDUPY';
    40 </script>
    41 </body>
    42 </html>

mercurial