https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e0b978663d6e5cd2ad31f03385a467b02b524a48 authored by B2G Bumper Bot on 07 August 2015, 06:35:44 UTC
Bumping manifests a=b2g-bump
Tip revision: e0b9786
rotatex-transformorigin-1a.html
<html>
<head>
</head>
<body>
  <div style="-moz-perspective: 1000px;">
    <div style="-moz-transform: rotatex(45deg); -moz-transform-origin: top left; width: 100px; height: 100px;">
      Test Text
    </div>
  </div>
</body>
</html>
back to top