tor-browser

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

size-change-under-backface-visibility-hidden-ref.html (429B)


      1 <!doctype HTML>
      2 <title>CSS Test</title>
      3 <link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org" />
      4 Passes if it shows a green 200x200 square.
      5 <div style="will-change: transform; width: 300px; height: 0px">
      6  <div style="width: 1px; height: 1px; backface-visibility: hidden;">
      7    <div id=target style="width: 200px; height: 200px; position: relative; background: green; left: 10px;"></div>
      8  </div>
      9 </div>