tor-browser

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

transform3d-rotatex-001.html (823B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Test (Transforms): rotatex(45deg) rotatey(360deg)
      5    rotatex(360deg)</title>
      6    <link rel="author" title="Matt Woodrow" href="mailto:mwoodrow@mozilla.com">
      7    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
      8    <link rel="help" href="http://www.w3.org/TR/css-transforms-2/#three-d-transform-functions">
      9    <link rel="help" href="http://www.w3.org/TR/css-transforms-2/#funcdef-rotatex">
     10    <meta name="assert" content="This tests that rotatex(45deg) rotatey(360deg)
     11    rotatex(360deg) is the same as rotatex(45deg).">
     12    <link rel="match" href="transform3d-rotatex-ref.html">
     13  </head>
     14  <body>
     15    <div style="transform: rotatex(45deg) rotatey(360deg) rotatex(360deg);
     16      width: 100px; height: 100px; background: lime"></div>
     17  </body>
     18 </html>