blob: ebe0c02a53b1ebae2433a11dce4cbd61b13c4b49 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that when the compositing layer has multiple tile layers the content gets clipped properly across layers.</title>
<style>
.container {
position: fixed;
left: 0.25px;
top: 0px;
}
.inner {
border-radius: 20px;
overflow: hidden;
width: 2100px;
}
.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>