summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/rotate-1e.html
blob: b1d293050b6c12564b29771dbfbb55d4e72af8ce (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
</head>
<body>
  <div style="transform: rotate(-135deg) rotate(3.1415926535897932384626433rad); width: 100px; height: 100px;">
    Test Text
  </div>
</body>
</html>