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) |