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

<!DOCTYPE HTML>
<html>
<head>
<style>
    div {
        background-blend-mode: multiply;
        background: url('resources/ducky.png') no-repeat 0 0 /100% 100%;
        width: 200px;
        height: 200px;
    }
</style>
<!-- This file should contain a duck that shouldn't have any blending. -->
</head>
<body>
    <div></div>
</body>
</html>