layout/reftests/text-transform/small-caps-1.html

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

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>
     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="font-variant:small-caps; font-size:100px;">Aa</body>
     9 </html>

mercurial