tor-browser

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

backface-visibility-hidden-006.html (624B)


      1 <!DOCTYPE html>
      2 <title>backface visibility: hidden scrolling contents if backface-invisible</title>
      3 <link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org">
      4 <link rel="help" href="http://www.w3.org/TR/css-transforms-1/#transform-property">
      5 <link rel="help" href="http://www.w3.org/TR/css-transforms-2/#propdef-backface-visibility">
      6 <link rel="match" href="backface-visibility-hidden-006-ref.html">
      7 <div style="transform: rotateY(180deg); backface-visibility: hidden; overflow: scroll; height: 300px;">
      8  <p style="display: inline-block; height: 300px">
      9    This text should be invisible
     10  </p>
     11 </div>