https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b211c3525696975650b661591e57612d3f066279 authored by tbirdbld on 30 October 2012, 19:45:06 UTC
Added THUNDERBIRD_17_0b2_RELEASE THUNDERBIRD_17_0b2_BUILD1 tag(s) for changeset 2584cac54ea7. DONTBUILD CLOSED TREE a=release
Tip revision: b211c35
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