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 <div style="position: absolute;
2 top: 20px; left: 317px;
3 width: 6px;
4 background-color: red; height: 100px;">
5 </div>
6 <div style="position: absolute;
7 top: 20px; left: 617px;
8 width: 6px;
9 background-color: red;
10 height: 100px;">
11 </div>
12 <div style="position: absolute;
13 top: 20px; left: 917px;
14 width: 6px;
15 background-color: red;
16 height: 100px;">
17 </div>
18 <div style="position: absolute;
19 top: 20px; left: 20px;
20 -moz-column-count: 4;
21 -moz-column-gap: 0px;">
22 <div style="height:400px;
23 width: 300px;
24 font-size: 16px;">
25 Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed feugiat libero vel diam. Pellentesque pulvinar commodo lacus. Sed fringilla. Sed lectus. Praesent laoreet orci vitae nisi. Duis venenatis tristique massa.
26 </div>
27 </div>