Bug 1430173 - Update tests for 2ms timers. r=baku, a=RyanVM

MozReview-Commit-ID: 6xhQ71a5rDU

--HG--
extra : transplant_source : %C2%D3%A7It%0Cg%92h%BB%3A%95%A2%0D.%86%B9C%9B%2B
This commit is contained in:
Tom Ritter 2018-02-20 15:36:16 -06:00 committed by Roy Tam
commit ed176bb836
12 changed files with 41 additions and 25 deletions

4
docshell/test/chrome/test_bug453650.xul Normal file → Executable file
View file

@ -61,7 +61,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=453650
}
info("times: " + start + ", " + end);
ok(start < end, "reflow start time lower than end time");
ok(start <= end, "reflow start time lower than end time");
done();
},
@ -73,7 +73,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=453650
}
info("times: " + start + ", " + end);
ok(start < end, "reflow start time lower than end time");
ok(start <= end, "reflow start time lower than end time");
done();
},