blob: cfe73293d29e3d5ff4bfd87a8ef0298cb305fc10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Ensure that compositor surfaces which exist in child pictures with
# None for composite mode don't get promoted to a compositor surface,
# as we don't currently account for these in `compositor_surface_count`.
---
root:
items:
- type: stacking-context
backdrop-root: true
items:
- type: backdrop-filter
bounds: 0 0 256 256
filters: invert(1)
- image: checkerboard(2,16,16)
bounds: [150, 150, 262, 262]
prefer-compositor-surface: true
|