blob: 2c0715d4255ba4e258a1d15a4e9641389d21f27a [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ experimental:WebAnimationsCSSIntegrationEnabled=false ] -->
<html>
<head>
<style>
.landing {
width: 300px;
overflow: hidden;
border: 1px solid black;
}
.contents {
height: 300px;
background-color: gray;
}
</style>
</head>
<body>
<div class="landing">
<div class="contents">
</div>
</div>
</body>
</html>