blob: 8011b96dd3038be0abceb8b2710560b413858a45 [file] [log] [blame]
<html lang="en">
<head>
<style>
.composited { -webkit-transform: translate3D(0, 0, 0); }
.test {
height: 200px;
width: 560px;
padding: 80px;
margin: 0;
background-origin: border;
background-image: url(../resources/simple_image.png);
}
</style>
</head>
<body>
<div class="test composited"></div>
</body>
</html>