summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/svgfe-dropshadow-ref.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/wr/wrench/reftests/filters/svgfe-dropshadow-ref.yaml')
-rw-r--r--gfx/wr/wrench/reftests/filters/svgfe-dropshadow-ref.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/gfx/wr/wrench/reftests/filters/svgfe-dropshadow-ref.yaml b/gfx/wr/wrench/reftests/filters/svgfe-dropshadow-ref.yaml
new file mode 100644
index 0000000000..e14d6a1f18
--- /dev/null
+++ b/gfx/wr/wrench/reftests/filters/svgfe-dropshadow-ref.yaml
@@ -0,0 +1,16 @@
+---
+root:
+ items:
+ - type: stacking-context
+ bounds: [10, 10, 200, 200]
+ filters: drop-shadow([20, 20], 10, red)
+ items:
+ - type: stacking-context
+ bounds: [10, 10, 200, 200]
+ items:
+ - type: rect
+ bounds: [10, 10, 100, 100]
+ color: [127, 127, 127, 1]
+ - type: rect
+ bounds: [50, 30, 100, 60]
+ color: [192, 192, 192, 1]