summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/clip-opacity-out-of-flow-ref.html
blob: 7610a6f1911aecb33cedf7fad16c48977a5d14ba (plain)
1
2
3
4
5
<!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>