Mypal/layout/reftests/transform/percent-1e.html

15 lines
363 B
HTML

<html>
<head>
<style type="text/css">
.transformed
{
-moz-transform: rotate(10deg) translatex(50%) rotate(10deg) translatey(100%) skewx(10deg) translate(25%, 50%);
}
</style>
</head>
<body>
<div style="width:100px; height:50px; background-color:gold; position: absolute; left:100px; top:100px;" class="transformed">
</div>
</body>
</html>