tor-browser

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

c545-txttrans-000-ref.xht (436B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3  <head>
      4   <title>CSS Test: text-transform</title>
      5   <style type="text/css"><![CDATA[
      6    div { background: green; border: solid black; width: 320px; height: 150px; }
      7    p { margin: 0; }
      8   ]]></style>
      9  </head>
     10  <body>
     11   <p>There should be a green box below.</p>
     12   <div>
     13   </div>
     14  </body>
     15 </html>