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 lang="en-US">
3 <head>
4 <title>border-image with equally large left and right border image width.</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6 <meta http-equiv="Content-Style-Type" content="text/css">
7 <style type="text/css">
9 table { margin: 0; padding: 0; border-spacing: 0; empty-cells: show; }
10 td { padding: 0; }
12 </style>
13 </head>
14 <body>
15 <table>
16 <col style="width: 57px">
17 <col style="width: 57px">
18 <tr style="height: 24px">
19 <td style="background: #90a213"></td>
20 <td style="background: #90c157"></td>
21 </tr>
22 </table>
23 </body>
24 </html>