Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passload event of blob URL
Asserts run
Pass
assert_not_equals(object "[object Window]", null, "The iframe element should represent a nested browsing context.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-load-event.html:11:5)
Pass
assert_equals(function "function Event() { [native code] }", function "function Event() { [native code] }", "The load event should use the Event interface.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-load-event.html:12:5)
Pass
assert_true(true, "The load event should be a trusted event.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-load-event.html:13:5)
Pass
assert_false(false, "The load event should not be a cancelable event.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-load-event.html:14:5)
Pass
assert_false(false, "The load event should not be a bubble event.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-load-event.html:15:5)
Pass
assert_equals(Element node <iframe src="blob:https://wpt.live/103b21df-19f3-4fa9-be6..., Element node <iframe src="blob:https://wpt.live/103b21df-19f3-4fa9-be6..., "The load event target should be the corresponding object element.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-load-event.html:16:5)
Passload event of initial about:blank
Asserts run
Pass
assert_not_equals(object "[object Window]", null, "The object element should represent a nested browsing context.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-load-event.html:30:5)
Pass
assert_equals(function "function Event() { [native code] }", function "function Event() { [native code] }", "The load event should use the Event interface.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-load-event.html:31:5)
Pass
assert_true(true, "The load event should be a trusted event.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-load-event.html:32:5)
Pass
assert_false(false, "The load event should not be a cancelable event.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-load-event.html:33:5)
Pass
assert_false(false, "The load event should not be a bubble event.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-load-event.html:34:5)
Pass
assert_equals(Element node <iframe></iframe>, Element node <iframe></iframe>, "The load event target should be the corresponding object element.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-load-event.html:35:5)