tor-browser

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

will-change-in-transformed-foreign-object-ref.html (355B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>Reference for a transformed foreignObject element containing will-change content</title>
      4 <p>You should see a 100x100 green box horizontally offset by 50px. No red should be visible.</p>
      5 <div style="will-change: transform; transform: translate(50px, 0); width: 100px; height: 100px; background: green;"></div>