layout/reftests/css-charset/test-charset-utf-16-be-no-bom.html

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

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   <head>
     4     <title>CSS 2.1 Test Suite: @charset, modified for CSS3</title>
     5     <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
     6     <link rel="author" title="Henri Sivonen" href="mailto:hsivonen@iki.fi" />
     7     <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
     8     <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset"/>
     9     <meta name="flags" content="" />
    10     <style type="text/css">
    11       body { color: green; }
    12     </style>
    13     <link rel="stylesheet" type="text/css" charset="us-ascii"
    14           href="test-charset-utf-16-be-no-bom.css" />
    15   </head>
    16   <body>
    17     This should be green
    18   </body>
    19 </html>

mercurial