haikuwebkit/LayoutTests/fast/layers/scroll-no-visible-content-b...

16 lines
174 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
div {
height: 100px;
width: 100px;
}
</style>
</head>
<body>
<div style="background-color: green"></div>
</div>
</body>
</html>