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.

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

mercurial