OLD | NEW |
1 Tests the timestamps provided to prefixed webkitRequestAnimationFrame callbacks | 1 Tests the timestamps provided to prefixed webkitRequestAnimationFrame callbacks |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
| 6 PASS successfullyParsed is true |
| 7 |
| 8 TEST COMPLETE |
6 PASS legacyFirstTimestamp is >= firstTimestamp | 9 PASS legacyFirstTimestamp is >= firstTimestamp |
7 PASS legacySecondTimestamp is >= secondTimestamp | 10 PASS legacySecondTimestamp is >= secondTimestamp |
8 PASS deltaError < 0.001 is true | 11 PASS deltaError < 0.001 is true |
9 | 12 |
OLD | NEW |