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