chromium/third_party/blink/web_tests/css3/blending/background-blend-mode-opaque-layer.html

<!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>