Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassMediaSource attachment should immediately stop delaying the load event
Asserts run
Pass
assert_equals("loading", "loading", "document should not be complete yet")
    at Test.<anonymous> ( /media-source/mediasource-attach-stops-delaying-load-event.html:22:5)
Pass
assert_false(false, "window should not receive multiple load events")
    at Test.<anonymous> ( /media-source/mediasource-attach-stops-delaying-load-event.html:14:9)
Pass
assert_equals("complete", "complete", "document should be complete")
    at Test.<anonymous> ( /media-source/mediasource-attach-stops-delaying-load-event.html:16:9)
Pass
assert_false(false, "only one sourceopen event should occur in this test")
    at Test.<anonymous> ( /media-source/mediasource-attach-stops-delaying-load-event.html:36:9)
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /media-source/mediasource-attach-stops-delaying-load-event.html:38:9)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /media-source/mediasource-attach-stops-delaying-load-event.html:39:9)