child-surface-ref.yaml (391B)
1 --- 2 root: 3 items: 4 - type: stacking-context 5 blend-container: true 6 bounds: [0, 0, 100, 100] 7 items: 8 - type: rect 9 bounds: [0, 0, 100, 100] 10 color: [255, 0, 0] 11 - type: stacking-context 12 bounds: [0, 0, 100, 100] 13 mix-blend-mode: hue 14 items: 15 - type: rect 16 bounds: [0, 0, 100, 100] 17 color: [255, 255, 0]