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