tor-browser

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

1369954-1-ref.xhtml (344B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2  <head>
      3    <style>
      4      p > span { color: green; }
      5      b { color: purple }
      6    </style>
      7  </head>
      8  <body>
      9    <div>
     10      <span>This should not be green</span>
     11      <p>
     12        <span>This should be green</span><br/>
     13        <b>This should be purple</b>
     14      </p>
     15    </div>
     16  </body>
     17 </html>