blob: 642e1725abe5d8d63a810e5f9735525677266666 [file] [log] [blame]
<html lang="en">
<head>
<style>
.composited { -webkit-transform: rotate3d(0, 0, 1, 0); }
.test {
height: 200px;
width: 560px;
background-image: url(../resources/simple_image.png);
background-size: 50% 50%;
background-position: 100px -30px;
}
</style>
</head>
<body>
<div class="test"></div>
</body>
</html>