tor-browser

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

opacity-change-parent-stacking-context-ref.html (415B)


      1 <!doctype HTML>
      2 <title>CSS Test Reference</title>
      3 <link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org" />
      4 <div style="width: 100px; height: 100px; background: lightblue; will-change: transform; position: absolute">
      5  <div id=target style="backface-visibility: hidden">
      6    <div style="width: 50px; height: 50px; background: lightgray; top: 75px; position: relative"></div>
      7  </div>
      8 </div>