tor-browser

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

invalidate-svg-scale-1-ref.html (497B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>Bug 1490518</title>
      6 </head>
      7 <body>
      8 <div style="position: absolute; top: 0px; left: 0px; transform: scale(2.0);">
      9    <div style="position: absolute; top: 0px; left: 0px; width: 200px; background: green; height: 50px; will-change: opacity"></div>
     10    <svg width="200" height="200" style="position: absolute; top: 50px; left: 0px;">
     11        <rect x="0" y="0" width="200" height="200" fill="transparent"/>
     12    </svg>
     13 </div>
     14 </body>
     15 </html>