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 <head><title>Test dir=rtl</title></head>
4 <body>
6 <div style="position: absolute;
7 top: 5px; left: 5px; width: 200px; height: 200px;">
8 <div style="position: absolute; width: 40px; height: 200px;
9 left: 0px; background: red;"></div>
10 <div style="position: absolute; width: 40px; height: 200px;
11 left: 40px; background: green;"></div>
12 <div style="position: absolute; width: 40px; height: 200px;
13 left: 80px; background: magenta;"></div>
14 <div style="position: absolute; width: 40px; height: 200px;
15 left: 120px; background: blue;"></div>
16 <div style="position: absolute; width: 40px; height: 200px;
17 left: 160px; background: yellow;"></div>
18 </div>
20 <div style="position: absolute;
21 top: 5px; left: 5px; width: 200px; height: 200px;">
22 <div style="position: absolute; width: 10px; height: 200px;
23 left: -5px; background: black;"></div>
24 <div style="position: absolute; width: 10px; height: 200px;
25 left: 35px; background: black;"></div>
26 <div style="position: absolute; width: 10px; height: 200px;
27 left: 75px; background: black;"></div>
28 <div style="position: absolute; width: 10px; height: 200px;
29 left: 115px; background: black;"></div>
30 <div style="position: absolute; width: 10px; height: 200px;
31 left: 155px; background: black;"></div>
32 <div style="position: absolute; width: 10px; height: 200px;
33 left: 195px; background: black;"></div>
34 </div>
36 </body>
37 </html>