tor-browser

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

bq-u-u-u-green.xht (517B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3   <head>
      4     <title>Blockquote then green eventually</title>
      5     <style type="text/css">
      6       p { color: green; }
      7     </style>
      8   </head>
      9   <body>
     10     <blockquote><div>This text should be unstyled.</div></blockquote>
     11     <div>This text should be unstyled.</div>
     12     <div>This text should be unstyled.</div>
     13     <p>This text should be green.</p>
     14   </body>
     15 </html>