Bug 1779457 - Annotate some tests as failing when using drawSnapshot while I investigate.

MANUAL PUSH: Orange fix CLOSED TREE
This commit is contained in:
Emilio Cobos Álvarez 2022-07-14 16:44:50 +02:00
parent 6d9348284b
commit c2e8559d66

View File

@ -203,10 +203,12 @@ fuzzy(0-2,0-1) == svg-border-image-repaint-1.html svg-border-image-repaint-1-ref
== image-orientation-viewbox-no-size.html?from-image image-orientation-viewbox-no-size.html?none
# Tests that nonuniform scales work with SVG-as-image.
== nonuniform-scale-2d.html?0.5&1.0 nonuniform-scale-ref.html?50&100
== nonuniform-scale-2d.html?1.0&0.5 nonuniform-scale-ref.html?100&50
== nonuniform-scale-3d.html?0.5&1.0&0.5 nonuniform-scale-ref.html?50&100
== nonuniform-scale-3d.html?1.0&0.5&0.5 nonuniform-scale-ref.html?100&50
# TODO(emilio): Figure out why these started failing after bug 1779457. We have
# some other useDrawSnapshot-specific scaling failures above.
fails-if(useDrawSnapshot) == nonuniform-scale-2d.html?0.5&1.0 nonuniform-scale-ref.html?50&100
fails-if(useDrawSnapshot) == nonuniform-scale-2d.html?1.0&0.5 nonuniform-scale-ref.html?100&50
fails-if(useDrawSnapshot) == nonuniform-scale-3d.html?0.5&1.0&0.5 nonuniform-scale-ref.html?50&100
fails-if(useDrawSnapshot) == nonuniform-scale-3d.html?1.0&0.5&0.5 nonuniform-scale-ref.html?100&50
# Sanity checks that nonuniform scales don't devolve to uniform scales.
!= nonuniform-scale-2d.html?0.3&1.0 nonuniform-scale-2d.html?0.3&0.3