blob: 55f3e289fd9e785c60f40ed9de8be471f560bbbb [file] [log] [blame]
<html lang="en">
<head>
<style>
.composited { -webkit-transform: rotate3d(0, 0, 1, 0); }
.test {
height: 200px;
width: 260px;
}
</style>
</head>
<body>
<div class="test composited" style="background-image:url(../resources/simple_image.png)"></div>
</body>
</html>