https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a654cc0ba1362506ea5198ce7e74dbb6b0bf5f94 authored by ffxbld on 25 May 2015, 21:08:39 UTC
Added FIREFOX_38_0_5_RELEASE FIREFOX_38_0_5_BUILD4 tag(s) for changeset f6680de4071d. DONTBUILD CLOSED TREE a=release
Tip revision: a654cc0
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