Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassConstructed GamepadEvent timestamp should be high resolution and have the same time origin as performance.now()
Asserts run
Pass
assert_greater_than_equal(327.2999999523163, 327.2999999523163, "Event timestamp should be greater than performance.now() timestamp taken before its creation")
    at Test.<anonymous> ( /dom/events/Event-timestamp-high-resolution.https.html:12:9)
Pass
assert_less_than_equal(327.2999999523163, 327.2999999523163, "Event timestamp should be less than performance.now() timestamp taken after its creation")
    at Test.<anonymous> ( /dom/events/Event-timestamp-high-resolution.https.html:13:9)