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 <html lang="en-US">
2 <head>
3 <title>Reftest, bug 399636 (quirks mode, family from CSS)</title>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <style type="text/css">
6 body { text-rendering: optimizeLegibility; }
8 /* the first three fonts lack glyphs for P, A, and S */
9 span { font-family: Symbol, Webdings, Wingdings, serif; }
11 /* ensure consistent vertical positioning under variation in
12 first-choice font */
13 p { line-height: 50px; font-size: 16px; }
14 span, font { line-height: 25px; }
16 </style>
17 </head>
18 <body>
20 <p> <span>PASS</span></p>
22 </body>
23 </html>