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 <!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>