tor-browser

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

1219985-ref-transparent-with-rendering.html (363B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Bug 1219985: Reference for a regular (non-opaque) canvas with a green square rendered in it. The red background behind the canvas is visible.</title>
      4 
      5 <div style="width: 200px; height: 200px; background: red; display: flex;">
      6  <div style="width: 100px; height: 100px; margin: auto; background: green;"></div>
      7 </div>