blob: f118a99291bd2b68521c871110215da37f56332e [file] [edit]
<!DOCTYPE html>
<html>
<head>
<title>This tests that when the compositing layer has multiple tile layers the content gets clipped properly across layers.</title>
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-10">
<style>
.container {
position: fixed;
left: 0.25px;
top: 0px;
}
.inner {
border-radius: 20px;
overflow: hidden;
width: 2100px;
transform: translateZ(0);
}
.largebox {
width: 600px;
height: 100px;
background-color: green;
}
</style>
</head>
<body>
<div class=container>
<div class=inner>
<div class=largebox></div>
</div>
</div>
</body>
</html>