tenfourfox/layout/reftests/transform-3d/rotatex-perspective-3-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

34 lines
492 B
HTML

<html>
<head>
<style type="text/css">
#container {
position: relative;
height: 300px;
width: 300px;
margin: 50px 100px;
border: 2px solid blue;
-moz-perspective: 500px;
}
#parent {
margin: 10px;
width: 280px;
height: 280px;
background-color: #844BCA;
-moz-transform: rotateY(40deg);
}
</style>
</head>
<body>
<div id="container">
<div id="parent">
</div>
</div>
</body>
</html>