tor-browser

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

transform3d-matrix3d-003.html (858B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Test (Transforms): matrix3d(1,0,0,-0.005, 0,1,0,0, 0,0,1,0, 0,0,0,1)</title>
      5    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
      6    <link rel="help" href="http://www.w3.org/TR/css-transforms-2/#three-d-transform-functions">
      7    <link rel="help" href="http://www.w3.org/TR/css-transforms-2/#funcdef-matrix3d">
      8    <meta name="assert" content='This is part of a series that tests that
      9    various matrix3d()s are equivalent to other transform functions.'>
     10    <link rel="match" href="transform3d-matrix3d-003-ref.html">
     11    <link rel="mismatch" href="transform-lime-square-ref.html">
     12  </head>
     13  <body>
     14    <div style="height: 100px; width: 100px; background: lime;
     15      transform: matrix3d(1,0,0,-0.005, 0,1,0,0, 0,0,1,0, 0,0,0,1);
     16      transform-origin: right"></div>
     17  </body>
     18 </html>