https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 7861638b06a23db62cf1b7e676a7374710dce7f1 authored by seabld on 13 February 2013, 14:13:12 UTC
Added tag SEAMONKEY_2_16b5_RELEASE for changeset FIREFOX_19_0b6_BUILD1. CLOSED TREE a=release
Tip revision: 7861638
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