diff options
Diffstat (limited to 'gfx/wr/wrench/reftests/transforms/raster-root-scaling-2-ref.yaml')
-rw-r--r-- | gfx/wr/wrench/reftests/transforms/raster-root-scaling-2-ref.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gfx/wr/wrench/reftests/transforms/raster-root-scaling-2-ref.yaml b/gfx/wr/wrench/reftests/transforms/raster-root-scaling-2-ref.yaml new file mode 100644 index 0000000000..925d81951e --- /dev/null +++ b/gfx/wr/wrench/reftests/transforms/raster-root-scaling-2-ref.yaml @@ -0,0 +1,11 @@ +# Tests that the correct device pixel scale is propagated to child surfaces. +# See bug 1639729 +--- +root: + items: + - type: stacking-context + bounds: [0, 0, 0, 0] + filters: invert(1) + items: + - image: checkerboard(2, 16, 16) + bounds: [0, 0, 260, 260] |