tor-browser

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

background-20.xml (611B)


      1 <generic>
      2 <head xmlns="http://www.w3.org/1999/xhtml">
      3  <title>Background (non-)propagation in XML</title>
      4  <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
      5  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/20.xml" type="application/xhtml+xml"/>
      6  <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background" />
      7  <style type="text/css">
      8   body { background: red; }
      9   p, a { background: green; color: white; }
     10  </style>
     11 </head>
     12 <body xmlns="http://www.w3.org/1999/xhtml">
     13  <p>This document should have one line of green.</p>
     14 </body>
     15 </generic>