summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/skew-2a.html
blob: 78f4fedc0191f30185d339bae528022540abe1c7 (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; transform: skew(0deg, 10deg);">
    </div>
  </body>
</html>