tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

test-charset-utf-16-le-no-bom.html (703B)


      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-le-no-bom.css" />
     15  </head>
     16  <body>
     17    This should be green
     18  </body>
     19 </html>
     20