mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
Fix test from bug 501569 to avoid triggering the tinderbox error parser.
This commit is contained in:
parent
672d60d0bf
commit
b43f7a62a0
@ -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 + "]");
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user