Mypal/layout/reftests/transform-3d/snap-perspective-1.html

13 lines
375 B
HTML

<html>
<body>
<div style="perspective:1000px">
<div style="transform: translateX(-100.2px)">
<div style="width: 300px; height: 300px; overflow:hidden">
<div style="transform: translateX(100.2px); background-color:red; width: 100px; height: 100px; will-change: transform;">
</div>
</div>
</div>
</div>
</body>
</html>