blob: adbca31b507d6f267b167c7b72d8da08778fa402 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
overflow: hidden;
height: 1000px;
}
.box {
width: 100px;
height: 100px;
background-color: blue;
}
.composited {
-webkit-transform: translateZ(0);
}
</style>
</head>
<body>
<div class="composited box">
</div>
</body>
</html>