blob: eb0493a81d455557498480e2096062c604a361a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Test that rect clips on redundant stacking contexts are applied to child prims
---
root:
items:
-
bounds: [0, 0, 100, 100]
type: clip
id: 2
-
type: "clip-chain"
id: 3
clips: [2]
-
clip-chain: 3
type: "stacking-context"
items:
-
bounds: [0, 0, 200, 200]
type: rect
color: blue
|