chromium/third_party/blink/web_tests/css3/blending/mix-blend-mode-background-size-expected.html

<!DOCTYPE HTML>
<html>
<head>
<style>
    div {
        width: 60px;
        height: 60px;
    }
</style>
<body style="background: olive;">
    <div style="background: #800000;"></div>
</body>
</html>