blob: 39983d6437a503570c8e95a7197235cfbbde5dde [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
if (window.internals)
internals.setPagination("LeftToRightPaginated", 0);
</script>
<style>
.spacer {
height: 350px;
width: 100%;
margin: 10px;
background-color: silver;
}
.box {
height: 100px;
width: 100px;
margin: 10px;
background-color: blue;
}
.composited {
-webkit-transform: translateZ(0);
}
</style>
</head>
<body>
<p>This test should not assert.</p>
<div class="spacer"></div>
<div class="spacer"></div>
<div class="composited box"></div>
</body>
</html>