Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassThe Function instance must be created in the Realm of the node document
Asserts run
Pass
assert_equals(function "function Function() { [native code] }", function "function Function() { [native code] }", "The constructor must be from the iframe")
    at Test.<anonymous> ( /html/webappapis/scripting/events/compile-event-handler-settings-objects.html:20:5)
Pass
assert_not_equals(function "function Function() { [native code] }", function "function Function() { [native code] }", "The constructor must not be from this page")
    at Test.<anonymous> ( /html/webappapis/scripting/events/compile-event-handler-settings-objects.html:21:5)
PassThe entry settings object while executing the compiled callback via Web IDL's invoke must be that of the node document
Asserts run
Pass
assert_equals("/html/webappapis/scripting/events/resources/open-window.html", "/html/webappapis/scripting/events/resources/open-window.html")
    at Test.<anonymous> ( /html/webappapis/scripting/events/compile-event-handler-settings-objects.html:38:7)
PassThe incumbent settings object while executing the compiled callback via Web IDL's invoke must be that of the node document
Asserts run
Pass
assert_equals("PASS", "PASS")
    at Test.<anonymous> ( /html/webappapis/scripting/events/compile-event-handler-settings-objects.html:57:7)
Pass
assert_equals("iframe", "iframe")
    at Test.<anonymous> ( /html/webappapis/scripting/events/compile-event-handler-settings-objects.html:58:7)
Pass
assert_equals(object "[object Window]", object "[object Window]", "The source must be the iframe")
    at Test.<anonymous> ( /html/webappapis/scripting/events/compile-event-handler-settings-objects.html:59:7)