Fix test from bug 501569 to avoid triggering the tinderbox error parser.

This commit is contained in:
L. David Baron 2009-08-25 08:30:16 -07:00
parent 672d60d0bf
commit b43f7a62a0

View File

@ -75,8 +75,8 @@ function checkSampleRough(time, expectedValue, precision) {
var diff = Math.abs(expectedValue - circle.cx.animVal.value);
ok(diff <= precision,
"Unexpected sample value got " + circle.cx.animVal.value
+ ", expected " + expectedValue + " [error: " + diff
+ " > tolerance: " + precision + "]");
+ ", expected " + expectedValue + " [error is " + diff
+ ", tolerance is " + precision + "]");
}
/*