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