gfx/tests/crashtests/385228-2.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 version="1.1" baseProfile="basic" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 480 360" onload="yaa();"  class="reftest-wait">
     3 <g id="g">
     4   <rect width="440" height="340" fill="url(#pat1)"/>
     5   <pattern id="pat1" width="20" height="20"><rect/></pattern>
     6 </g>
     8 <script type="text/javascript">
    10 function yaa()
    11 {
    12   var g = document.getElementById("g");
    13   document.documentElement.removeChild(g);
    14   document.documentElement.appendChild(g);
    16   document.documentElement.removeAttribute("class");
    17 }
    18 </script>
    20 </svg>

mercurial