blob: 1b19d40419e60c2a7fba29b4913690db81eac1f2 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#box {
margin: 10px;
width: 200px;
height: 2500px;
background-color: silver;
-webkit-transform: translateZ(0);
}
</style>
</head>
<body>
<div id="box" class="empty">
<div class="content">
Here is some text.
</div>
</div>
</body>
</html>