blob: 27f695f56515caf02ac61d51b7d01692f8dd8f80 [file] [log] [blame]
<html lang="en">
<head>
<style>
.composited { -webkit-transform: translateZ(0); }
.test {
height: 200px;
width: 300px;
background-image: url(../resources/simple_image.png);
-webkit-background-size: contain;
background-repeat: no-repeat;
}
</style>
</head>
<body>
<div class="test composited"></div>
</body>
</html>