tor-browser

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

malformed-decl-block-001-ref.xht (703B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
      2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      3 <html xmlns="http://www.w3.org/1999/xhtml">
      4   <head>
      5     <title>CSS Reference File</title>
      6     <link rel="author" title="Bert Bos" href="mailto:bert@w3.org" />
      7 
      8     <style type="text/css">
      9       body {background: white; color: green}
     10     </style>
     11   </head>
     12 
     13   <body>
     14     <p id="p1">This text must be green.</p>
     15     <p id="p2">This text must be green.</p>
     16     <p id="p3">This text must be green.</p>
     17     <p id="p4">This text must be green.</p>
     18     <p id="p5">This text must be green.</p>
     19     <p id="p6">This text must be green.</p>
     20     <p id="p7">This text must be green.</p>
     21   </body>
     22 </html>