https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 85d0a7fe52ccc525f5637ccfd01f53be9ce22b0e authored by ffxbld on 29 February 2012, 04:48:41 UTC
Added FENNEC_11_0b5_RELEASE FENNEC_11_0b5_BUILD1 tag(s) for changeset f5de7f9efaa5. DONTBUILD CLOSED TREE a=release
Tip revision: 85d0a7f
rotatex-perspective-1b.html
<html>
<head>
</head>
<body>
  <div style="-moz-perspective: 1000px;">
    <div style="-moz-transform: perspective(1000px) rotatex(45deg); width: 100px; height: 100px;">
      Test Text
    </div>
  </div>
</body>
</html>
back to top