dom/smil/crashtests/615002-1.svg

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 <svg xmlns="http://www.w3.org/2000/svg" class="reftest-wait">
     2 <script>
     3 function boom()
     4 {
     5   var a = document.getElementById("a");
     6   a.removeAttribute('dur');
     7   document.documentElement.appendChild(a);
     8   // Force a sample
     9   document.documentElement.setCurrentTime(0);
    10   document.documentElement.removeAttribute("class");
    11 }
    13 window.addEventListener("load", boom, false);
    14 </script>
    15 <animate begin="-2s" dur="2s" id="a"/>
    16 </svg>

mercurial