tor-browser

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

backface-visibility-hidden-002-ref.html (546B)


      1 <!DOCTYPE html>
      2 <title>backface visibility: hidden self-transform</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 
      7 <p>The test passes if there is a green rectangle and no red.</p>
      8 <style>
      9  div {
     10    width: 100px;
     11    height: 100px;
     12  }
     13 </style>
     14 <div style="backface-visibility:hidden"></div>
     15 <div style="background: green"></div>