gfx/tests/crashtests/815489.html

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 ><textarea></textarea><audio id=test1 style="cue-after: none; margin: 8508em -189em 182; ">><style>
     2 * { azimuth: behind; -moz-transform: skewy(86deg);  }
     3 @-moz-keyframes cfpulse0 { 0% { opacity: 0.3175; transform: rotatex(67166.5665591deg); box-shadow: 167px 0px 8px ivory; quotes: "" "‹" "›";  } }
     4 * { -moz-animation-name: cfpulse0; -moz-animation-duration: 5s; background-color: -moz-buttonhoverface;</style><script>
     5 var docElement = document.body ? document.body : document.documentElement;
     6 function initCF() {
     7 try { test2 = document.createElementNS("http://www.w3.org/1999/xhtml", "tbody"); } catch(e) {}
     8 try { docElement.appendChild(test2); } catch(e) {}
     9 setTimeout("CFcrash()", 192);
    10 }
    11 document.addEventListener("DOMContentLoaded", initCF, false);
    12 function CFcrash() {
    13 try { test1.style.display = "table-column" } catch(e) {}
    14 setTimeout('try { var x = new XSLTProcessor(); x.transformToDocument(test1); } catch(e) {}', 205);
    15 setTimeout('try { docElement.appendChild(test1); } catch(e) {}', 391);
    16 try { test2.classList.add("not-exist"); } catch(e) {}
    17 }</script>>

mercurial