tor-browser

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

c45-bg-canvas-000.xht (1044B)


      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: The Canvas</title>
      5   <link rel="help" href="http://www.w3.org/TR/REC-CSS1#the-canvas"/>
      6   <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
      7   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
      8   <link rel="match" href="c45-bg-canvas-000-ref.xht" />
      9 
     10   <style type="text/css"><![CDATA[
     11    html { background-color: purple; }
     12    body { background-color: navy; background-image: none; margin: 25px; color: white; }
     13   ]]></style>
     14   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background" title="14.2 The background"/>
     15   <link rel="help" href="http://www.w3.org/TR/CSS21/intro.html#the-canvas" title="2.3.1 The canvas"/>
     16  </head>
     17  <body>
     18   <p>This paragraph should be in a blue block near the top of the
     19   page. Around it on all sides should be purple.</p>
     20  </body>
     21 </html>