summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/skew-1-ref.html
blob: 98d97522cf191a8e549a73073cbbc19f7d6b9c16 (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: skewx(10deg);">
    </div>
  </body>
</html>