summaryrefslogtreecommitdiffstats
path: root/layout/reftests/layers/mask-layer-transform.html
blob: 0a809c50bde92b780903345708b377cb6835e518 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<body>
    <div style="width:200px; height: 200px; transform: translate(400px);">
        <div style="width: 200px; height: 200px; overflow:hidden; border-radius: 20px;">
            <div style="width:200px; height:200px; background-color:red; transform: perspective(100px) rotateY(10deg)"></div>
        </div>
  </div>
</body>
</html>