tor-browser

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

custom-highlight-painting-inheritance-001-ref.html (273B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <style>
      4  span {
      5    background-color: green;
      6  }
      7 </style>
      8 <body>
      9 <div>There should be only one green rectangle below from [ to ]:</div>
     10 <div>[<span>&nbsp;&nbsp;&nbsp;<strong>&nbsp;&nbsp;&nbsp;</strong>&nbsp;&nbsp;&nbsp;</span>]</div>