Files
UXP-Fixed/layout/reftests/layers/mask-layer-transform.html
T
2018-02-02 04:16:08 -05:00

11 lines
345 B
HTML

<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>