tor-browser

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

root-canvas-001a.html (664B)


      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>Canvas: Embedded documents: Internal</title>
      5  <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
      6  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/model/canvas/001a.html" type="text/html"/>
      7    <style type="text/css">
      8   html, body { background: red; color: white; }
      9   html, body, p {
     10     margin: 0; padding: 0; border: 0; height: 100%;
     11   }
     12   p {
     13    background: green;
     14   }
     15  </style>
     16 </head>
     17 <body>
     18  <p>This square must be green.</p>
     19 </body>
     20 </html>