summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/css3/compositing/background-blend-mode-opaque-layer.html
blob: 0fcaa3662982a8c65ac58368a1a8d1533ab5c08f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML>
<html>
<head>
    <style>
        div {
            width: 300px;
            height: 300px;
            background: url("resources/ducky.jpg"), green;
            background-blend-mode: multiply, normal;
        }
    </style>
</head>
<!-- This file should contain a duck on top of a green background, blended with multiply. -->
<body>
    <div></div>
</body>
</html>