diff options
Diffstat (limited to 'gfx/wr/wrench/reftests/boxshadow/inset-mask-region.yaml')
-rw-r--r-- | gfx/wr/wrench/reftests/boxshadow/inset-mask-region.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gfx/wr/wrench/reftests/boxshadow/inset-mask-region.yaml b/gfx/wr/wrench/reftests/boxshadow/inset-mask-region.yaml new file mode 100644 index 0000000000..08f52af181 --- /dev/null +++ b/gfx/wr/wrench/reftests/boxshadow/inset-mask-region.yaml @@ -0,0 +1,11 @@ +--- +root: + items: + - type: stacking-context + items: + - type: box-shadow + bounds: [ 50, 50, 400.1, 400.1 ] + color: red + blur-radius: 10 + clip-mode: inset + border-radius: 185 |