haikuwebkit/LayoutTests/fast/performance/performance-now-timestamps-...

17 lines
444 B
Plaintext

Tests the timestamps from performance.now increase and are in milliseconds
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS firstTimestamp is defined.
PASS firstTimestamp is >= 0
PASS firstTimestamp < 5000 is true
PASS secondTimestamp is defined.
PASS secondTimestamp is >= firstTimestamp + (waitTime / 2)
PASS elapsed is >= 1
PASS elapsed < 100 is true
PASS successfullyParsed is true
TEST COMPLETE