tor-browser

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

blending-svg-root-ref.html (186B)


      1 <!DOCTYPE html>
      2 <div style="background: green">
      3  <div>Expected: a black square on green background.</div>
      4  <svg style="width: 200px; height: 200px; background: black">
      5  </svg>
      6 </div>