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