blob: cdfab18f33d340d633b04782ecb043309193938d [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: contain;
}
</style>
</head>
<body>
<div class="test composited"></div>
</body>
</html>