blob: 7e4e3cb5d21602fa443985821e10dfbe03f57e5c [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"></div>
</body>
</html>