Bug 812791 - Correct typo in ctm-singular-sanity reftest; r=cjones

This commit is contained in:
Geoff Brown 2012-11-19 21:33:01 -07:00
parent a7f81bfe4c
commit 161cec447f
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ window.onload = function() {
var m = [ 1, 2, 3, 4, 5, 6 ];
ctx.mozCurrentTransform = m;
ctx.mozCurrentTransformInverse = singular;
assert(isSameTM(m, ctx.mozCurrentTransform,
assert(isSameTM(m, ctx.mozCurrentTransform),
"Setting currentTransformInverse to a singular matrix is a no-op");
ctx.mozCurrentTransform = IM;
} catch (e) {

View File

@ -73,7 +73,7 @@ fails-if(OSX==10.6||(azureQuartz&&(OSX==10.7||OSX==10.8))) == linear-gradient-1b
fuzzy-if(azureSkia,9,470) random-if(Android) == dash-1.html dash-1-ref.svg # Bug 668412 (really is android-specific, not IPC-specific)
== ctm-sanity.html data:text/html,<body>Pass
fails == ctm-singular-sanity.html data:text/html,<body>Pass # Bug 612033
== ctm-singular-sanity.html data:text/html,<body>Pass
== ctm-1.html ctm-1-ref.html
fails-if(OSX==10.6) == 672646-alpha-radial-gradient.html 672646-alpha-radial-gradient-ref.html # Bug 673333