chromium/third_party/blink/web_tests/css3/blending/mix-blend-mode-with-squashing-layer-expected.html

<!DOCTYPE HTML>

<style>
  body { font-family: sans-serif; }

  .box {
    height: 100px;
    width: 100px;
  }
</style>

<p>The test passes if you see a green square.</p>
<div class="box" style="background-color: green;"></div>