summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform-3d/rotate3d-2a.html
blob: edf3c1be4b527da0aee69a63a7aae5a5550f28fb (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
</head>
<body>
  <div style="-moz-transform: rotate3d(0, 1, 0, 45deg); width: 100px; height: 100px;">
    Test Text
  </div>
</body>
</html>