tor-browser

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

backface-visibility-001.ref.html (522B)


      1 <!DOCTYPE HTML>
      2 <link rel="author" title="Chris Harrelson" href="mailto:chrishtr@google.com">
      3 <link rel="help" href="http://www.w3.org/TR/css-transforms-1/#transform-property">
      4 <link rel="help" href="http://www.w3.org/TR/css-transforms-2/#propdef-backface-visibility">
      5 <meta name="assert" content="backface-visibility should have no effect when no transforms are present">
      6 <style>
      7 .box {
      8    border: 1px solid black;
      9    width: 200px;
     10    height: 200px;
     11 }
     12 </style>
     13 <div class="box">
     14    This text should be visible
     15 </div>