summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/skew-1b.html
blob: 5776ba008109403e7ab98b0648e007ffbc8a50b0 (plain)
1
2
3
4
5
6
7
8
<html>
  <head>
  </head>
  <body>
    <div style="width: 100px; height: 100px; background-color: gold; border: 1px solid black; -moz-transform: skew(10deg, 0deg);">
    </div>
  </body>
</html>