Thu, 15 Jan 2015 15:59:08 +0100
Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
1 <svg xmlns="http://www.w3.org/2000/svg"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 onload="setTimeout(function() { document.getElementById('r').removeAttribute('xlink:href'); }, 0);">
5 <title>Testcase for dynamic changes to link styles</title>
7 <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=398105 -->
9 <style type="text/css">
10 a:link rect { fill: red; }
11 </style>
13 <a xlink:href="do-not-visit-me.xxx" id="r">
14 <rect width="100%" height="100%" fill="lime" />
15 </a>
16 </svg>