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