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 PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <title>The Second Acid Test (Reference Rendering)</title> |
michael@0 | 5 | <style type="text/css"> |
michael@0 | 6 | html { margin: 0; padding: 0; border: 0; overflow: hidden; background: white; } |
michael@0 | 7 | body { margin: 0; padding: 0; border: 0; } |
michael@0 | 8 | h2 { margin: 0; padding: 48px 0 36px 84px; border: 0; font: 24px/24px sans-serif; color: navy; } |
michael@0 | 9 | p { margin: 0; padding: 0 0 0 72px; border: 0; } |
michael@0 | 10 | img { vertical-align: top; margin: 0; padding: 0; border: 0; } |
michael@0 | 11 | </style> |
michael@0 | 12 | </head> |
michael@0 | 13 | <body> |
michael@0 | 14 | <h2>Hello World!</h2> |
michael@0 | 15 | <p><a href="289480-ref.png"><img src="289480-ref.png" alt="Follow this link to view the reference image, which should be rendered below the text "Hello World!" on the test page in the same way that this paragraph is rendered below that text on this page."></a></p> |
michael@0 | 16 | </body> |
michael@0 | 17 | </html> |