diff options
Diffstat (limited to 'gfx/wr/wrench/reftests/clip/clip-thin-rotated-ref.yaml')
-rw-r--r-- | gfx/wr/wrench/reftests/clip/clip-thin-rotated-ref.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gfx/wr/wrench/reftests/clip/clip-thin-rotated-ref.yaml b/gfx/wr/wrench/reftests/clip/clip-thin-rotated-ref.yaml new file mode 100644 index 0000000000..e09079424d --- /dev/null +++ b/gfx/wr/wrench/reftests/clip/clip-thin-rotated-ref.yaml @@ -0,0 +1,13 @@ +# Test checks if a rotated clip with a long and thin rectangle would still +# correctly affect the primitive with regards to the inner bounds. +--- +root: + items: + - + bounds: [0, 0, 0, 0] + type: "stacking-context" + items: + - + bounds: [100, 100, 14, 14] + type: rect + color: blue |