Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / transform-3d / perspective-origin-1a.html
blobc918e05bafd419407cebc60fe34194c485749210
1 <html>
2 <head>
3 </head>
4 <body>
5 <div style="-moz-perspective: 1000px; -moz-perspective-origin: 0 0;">
6 <div style="-moz-transform: rotatex(45deg); width: 100px; height: 100px;">
7 Test Text
8 </div>
9 </div>
10 </body>
11 </html>