Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassConstructed MouseEvent timestamp should be high resolution and have the same time origin as performance.now()
Asserts run
Pass
assert_greater_than_equal(327.40000009536743, 327.30000019073486, "Event timestamp should be greater than performance.now() timestamp taken before its creation")
    at Test.<anonymous> ( /dom/events/Event-timestamp-high-resolution.html:12:9)
Pass
assert_less_than_equal(327.40000009536743, 327.40000009536743, "Event timestamp should be less than performance.now() timestamp taken after its creation")
    at Test.<anonymous> ( /dom/events/Event-timestamp-high-resolution.html:13:9)
PassConstructed KeyboardEvent timestamp should be high resolution and have the same time origin as performance.now()
Asserts run
Pass
assert_greater_than_equal(329.59999990463257, 329.5, "Event timestamp should be greater than performance.now() timestamp taken before its creation")
    at Test.<anonymous> ( /dom/events/Event-timestamp-high-resolution.html:12:9)
Pass
assert_less_than_equal(329.59999990463257, 329.59999990463257, "Event timestamp should be less than performance.now() timestamp taken after its creation")
    at Test.<anonymous> ( /dom/events/Event-timestamp-high-resolution.html:13:9)
PassConstructed WheelEvent timestamp should be high resolution and have the same time origin as performance.now()
Asserts run
Pass
assert_greater_than_equal(329.90000009536743, 329.80000019073486, "Event timestamp should be greater than performance.now() timestamp taken before its creation")
    at Test.<anonymous> ( /dom/events/Event-timestamp-high-resolution.html:12:9)
Pass
assert_less_than_equal(329.90000009536743, 329.90000009536743, "Event timestamp should be less than performance.now() timestamp taken after its creation")
    at Test.<anonymous> ( /dom/events/Event-timestamp-high-resolution.html:13:9)
PassConstructed FocusEvent timestamp should be high resolution and have the same time origin as performance.now()
Asserts run
Pass
assert_greater_than_equal(330.09999990463257, 330.09999990463257, "Event timestamp should be greater than performance.now() timestamp taken before its creation")
    at Test.<anonymous> ( /dom/events/Event-timestamp-high-resolution.html:12:9)
Pass
assert_less_than_equal(330.09999990463257, 330.09999990463257, "Event timestamp should be less than performance.now() timestamp taken after its creation")
    at Test.<anonymous> ( /dom/events/Event-timestamp-high-resolution.html:13:9)