Tue, 06 Jan 2015 21:39:09 +0100
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 <svg width="100%" height="100%" version="1.1"
2 xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml" onload="setTimeout(boom, 30);" class="reftest-wait"><html:script src="data:text/javascript,"></html:script><html:script>
4 function boom()
5 {
6 var defs = document.getElementById("defs");
7 defs.parentNode.removeChild(defs);
9 document.documentElement.removeAttribute("class");
10 }
12 </html:script>
14 <defs id="defs">
15 <filter id="Gaussian_Blur">
16 <feGaussianBlur in="SourceGraphic" stdDeviation="3"/>
17 </filter>
18 </defs>
20 <ellipse cx="200" cy="150" rx="70" ry="40"
21 style="fill:#ff0000;stroke:#000000;
22 stroke-width:2;filter:url(#Gaussian_Blur)"/>
24 </svg>