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 <title>outline goes around overflow, floats</title>
3 <style>
5 html, body { margin: 0; padding: 0; border: none }
6 html { overflow:hidden /* avoid second reflow for scrollbars */ }
8 body > div { margin: 98px; border: 2px solid blue; height: 100px }
10 </style>
11 <body>
12 <div></div>