summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/percent-1d.html
blob: 9fda44acd081d93c06e7351e38f599e475a39cde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
  <style type="text/css">
    .transformed
    {
    transform: rotate(10deg) translatex(50%) rotate(10deg) translatey(100%) skewx(10deg) translate(25px, 25px);
    }
  </style>
</head>
<body>
  <div style="width:100px; height:50px; background-color:gold; position: absolute; left:100px; top:100px;" class="transformed">
  </div>
</body>
</html>