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