https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d8814785dfeaeb0abe29793688457bef92c288e8 authored by ffxbld on 05 January 2016, 20:32:20 UTC
Added FIREFOX_43_0_4_RELEASE FIREFOX_43_0_4_BUILD2 tag(s) for changeset f60cbcf3c729. DONTBUILD CLOSED TREE a=release
Tip revision: d881478
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