summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/invalidation/scroll_subpic_2.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/wr/wrench/invalidation/scroll_subpic_2.yaml')
-rw-r--r--gfx/wr/wrench/invalidation/scroll_subpic_2.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/gfx/wr/wrench/invalidation/scroll_subpic_2.yaml b/gfx/wr/wrench/invalidation/scroll_subpic_2.yaml
new file mode 100644
index 0000000000..d38352d298
--- /dev/null
+++ b/gfx/wr/wrench/invalidation/scroll_subpic_2.yaml
@@ -0,0 +1,26 @@
+# This file should be identical to scroll_subpic_1.yaml except for the
+# scroll-offset on the scroll-frame.
+
+root:
+ items:
+ - type: clip
+ id: 2
+ bounds: [0, 0, 50, 50]
+ - type: clip-chain
+ id: 3
+ clips: [2]
+
+ - type: scroll-frame
+ bounds: [0, 0, 50, 50]
+ scroll-offset: [0, 10]
+ clip-to-frame: true
+ items:
+ - type: stacking-context
+ bounds: [0, 0, 100, 500]
+ filters: [opacity(0.9)]
+ clip-chain: 3
+ items:
+ - type: rect
+ bounds: [0, 0, 100, 500]
+ color: green
+ clip-chain: 3