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 <!DOCTYPE HTML>
2 <html>
3 <!--
4 https://bugzilla.mozilla.org/show_bug.cgi?id=468160
5 -->
6 <head>
7 <title>Test for Bug 468160</title>
8 <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
9 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
10 </head>
11 <body>
12 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=468160">Mozilla Bug 468160</a>
13 <p id="display"></p>
14 <div id="content" style="display: none">
15 <!-- bug468160.sjs does a simple redirect to a PNG image. As long as this
16 doesn't leak, this test passes. -->
18 <object data="bug468160.sjs"></object>
20 </div>
21 <pre id="test">
22 <script type="application/javascript">
24 ok(true, "test passed");
26 </script>
27 </pre>
28 </body>
29 </html>