blob: 191173384d9838009a54d439f5db9f386c01e39a [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 composited"></div>
</body>
</html>