summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/containment/paint-containment-with-fixed-position-expected.html
blob: b880446f56aab813e9fa3f3b39cca2f518ba45bf (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<style>
div {
    width: 100px;
    height: 100px;
    background-color: green;
}
</style>
<body>
<div></div>