tor-browser

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

background-root-004.xht (1042B)


      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>CSS Test: Backgrounds on &lt;body&gt; and &lt;html&gt; - color vs color</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/background/01.html" type="text/html"/>
      7   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background"/>
      8   <link rel="match" href="background-root-004-ref.xht" />
      9 
     10 <style type="text/css"><![CDATA[
     11    body { border: solid lime; background: green; color: white; }
     12    html { border: solid blue; background: navy; color: yellow; }
     13    :link, :visited { color: inherit; background: transparent; }
     14    * { margin: 1em; padding: 1em; }
     15 ]]></style>
     16 
     17 </head>
     18 <body>
     19 <p>This paragraph should be a box that is green with a green
     20 border, which should be in a navy box with a bright blue border.
     21 The rest of the page should also be navy. </p>
     22 
     23 
     24 </body>
     25 </html>