summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/css3/compositing/mix-blend-mode-background-size-expected.html
blob: 00bb4e3088998ea36175131a22a131dd21540d79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html>
<head>
<style>
    div {
        width: 60px;
        height: 60px;
    }
</style>
<body style="background: olive;">
    <div style="background: #800000;"></div>
</body>
</html>