diff options
Diffstat (limited to 'gfx/wr/wrench/reftests/clip/clip-between-picclip-and-lca.yaml')
-rw-r--r-- | gfx/wr/wrench/reftests/clip/clip-between-picclip-and-lca.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gfx/wr/wrench/reftests/clip/clip-between-picclip-and-lca.yaml b/gfx/wr/wrench/reftests/clip/clip-between-picclip-and-lca.yaml new file mode 100644 index 0000000000..aa042a4488 --- /dev/null +++ b/gfx/wr/wrench/reftests/clip/clip-between-picclip-and-lca.yaml @@ -0,0 +1,29 @@ +--- +root: + items: + - type: clip + id: 1 + bounds: [0, 0, 40, 40] + - type: clip-chain + id: 2 + clips: [1] + - type: stacking-context + filters: brightness(0.5) + clip-chain: 2 + items: + - type: clip + id: 3 + bounds: [0, 0, 40, 40] + - type: clip + id: 4 + complex: + - rect: [0, 0, 40, 40] + radius: [20, 20, 20, 20] + clip-mode: clip + - type: clip-chain + id: 5 + clips: [3, 4] + - type: rect + bounds: [0, 0, 40, 40] + color: [255, 0, 0, 1.0] + clip-chain: 5 |