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.
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <title>Pixel rounding testcase</title> |
michael@0 | 5 | <style type="text/css"> |
michael@0 | 6 | |
michael@0 | 7 | html, body { margin: 0; border: none; padding: 0; } |
michael@0 | 8 | div { position: absolute; top: 10px; height: 10px; width: 10px; } |
michael@0 | 9 | |
michael@0 | 10 | div { background: green; } |
michael@0 | 11 | |
michael@0 | 12 | </style> |
michael@0 | 13 | </head> |
michael@0 | 14 | <body> |
michael@0 | 15 | |
michael@0 | 16 | <div style="left: 11px"></div> |
michael@0 | 17 | <div style="left: 31px"></div> |
michael@0 | 18 | <div style="left: 51px"></div> |
michael@0 | 19 | <div style="left: 71px"></div> |
michael@0 | 20 | <div style="left: 91px"></div> |
michael@0 | 21 | <div style="left: 111px"></div> |
michael@0 | 22 | <div style="left: 131px"></div> |
michael@0 | 23 | <div style="left: 151px"></div> |
michael@0 | 24 | <div style="left: 171px"></div> |
michael@0 | 25 | <div style="left: 191px"></div> |
michael@0 | 26 | <div style="left: 211px"></div> |
michael@0 | 27 | <div style="left: 231px"></div> |
michael@0 | 28 | <div style="left: 251px"></div> |
michael@0 | 29 | <div style="left: 271px"></div> |
michael@0 | 30 | <div style="left: 291px"></div> |
michael@0 | 31 | <div style="left: 311px"></div> |
michael@0 | 32 | <div style="left: 331px"></div> |
michael@0 | 33 | <div style="left: 351px"></div> |
michael@0 | 34 | <div style="left: 371px"></div> |
michael@0 | 35 | |
michael@0 | 36 | <div style="top: 30px; left: 11px; width: 30px; height: 30px"> |
michael@0 | 37 | <div style="background:white; top: 10px; left: 10px"></div> |
michael@0 | 38 | </div> |
michael@0 | 39 | |
michael@0 | 40 | </body> |
michael@0 | 41 | </html> |