Tue, 06 Jan 2015 21:39:09 +0100
Conditionally force memory storage according to privacy.thirdparty.isolate;
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>
3 <title>CSS 2.1 Test Suite: text-transform</title>
4 <link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
5 <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
6 <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#caps-prop" />
7 <meta name="flags" content="" />
8 <body style="letter-spacing:2px">
9 <p><span style="text-transform:capitalize">i ask "questions"</span>
10 <p>i ask "<span style="text-transform:capitalize">questions"</span>
11 <p><span style="text-transform:capitalize">i ask <span style="text-transform:none">q</span>uestions</span>
12 <p><span style="text-transform:capitalize">i ask<br>questions</span>
13 <p><span style="text-transform:capitalize">i ask questions</span>
14 <p style="white-space:nowrap"><span style="text-transform:capitalize">i ask questions</span>
15 </body>
16 </html>