diff options
Diffstat (limited to 'gfx/wr/wrench/reftests/boxshadow/inset-no-blur-radius.yaml')
-rw-r--r-- | gfx/wr/wrench/reftests/boxshadow/inset-no-blur-radius.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gfx/wr/wrench/reftests/boxshadow/inset-no-blur-radius.yaml b/gfx/wr/wrench/reftests/boxshadow/inset-no-blur-radius.yaml new file mode 100644 index 0000000000..eb9c783718 --- /dev/null +++ b/gfx/wr/wrench/reftests/boxshadow/inset-no-blur-radius.yaml @@ -0,0 +1,13 @@ +--- +root: + items: + - type: stacking-context + bounds: [0, 0, 100, 100] + items: + - type: box-shadow + bounds: [ 10, 10, 80, 80 ] + blur-radius: 0 + clip-mode: inset + border-radius: 10 + offset: 10 10 + color: [255, 0, 0] |