summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/layers/scroll-no-visible-content-but-visible-descendant-expected.html
blob: 614ba08d60d1bd42b681f3206191d206fc02772b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<style>
div {
    height: 100px;
    width: 100px;
}
</style>
</head>
<body>
<div style="background-color: green"></div>
</div>
</body>
</html>