Source code

Revision control

Copy as Markdown

Other Tools

# Ensure that stacking context isolation correctly works with backdrop-filter
# (doesn't apply the filter outside the bounds of the isolated stacking context bounds)
root:
items:
- type: rect
bounds: [10, 10, 100, 100]
color: [0, 128, 0, 1]
- type: stacking-context
bounds: [130, 10, 0, 0]
filters: [identity]
items:
- type: rect
bounds: [0, 0, 100, 100]
color: [0, 128, 0, 1]
- type: backdrop-filter
bounds: [-90, 30, 160, 160]
filters: [invert(1)]
- type: rect
bounds: [-90, 30, 160, 160]
color: [255, 255, 0, 0.5]