chromium/third_party/blink/web_tests/external/wpt/css/css-color/clip-opacity-out-of-flow-ref.html

<!DOCTYPE html>
<div style="position: absolute; width: 200px; height: 200px; background: rgb(255 255 128)"></div>
<div style="position: absolute; width: 250px; height: 100px; background: rgb(128 128 255)"></div>
<div style="position: absolute; width: 100px; height: 250px; background: rgb(128 192 128)"></div>
</div>