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