Source code

Revision control

Copy as Markdown

Other Tools

# verify that content preceding a root level mix-blend container is still
# available as part of the backdrop root for subsequent backdrop-filters
---
root:
items:
- type: rect
bounds: 0 0 100 100
color: red
- type: stacking-context
blend-container: true
items:
- type: rect
bounds: 100 0 100 100
color: green
- type: stacking-context
bounds: 100 0 100 100
mix-blend-mode: multiply
items:
- type: rect
bounds: 0 0 100 100
color: green
- type: backdrop-filter
bounds: 0 0 200 100
filters: invert(1)