tor-browser

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

resize-child-will-change-transform.html (489B)


      1 <!DOCTYPE html>
      2 <title>CSS resize: child with will-change: transform</title>
      3 <link rel="help" href="http://www.w3.org/TR/css3-ui/#resize">
      4 <link rel="author" title="Xianzhu Wang" href="mailto:wangxianzhu@chromium.org">
      5 <link rel="match" href="resize-child-will-change-transform-ref.html">
      6 <div id="resize" style="width: 200px; height: 200px; overflow: auto; resize: both">
      7  <div id="will-change" style="width: 100%; height: 100%; background: yellow; will-change: transform"></div>
      8 </div>