Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Passbody.onresize should set the window.onresize handler
Asserts run
Pass
assert_equals(object "[object Window]", object "[object Window]", "The event should be fired at the window.")
    at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-onresize.html:16:3)
Passdocument.onresize should set the document.onresize handler
Asserts run
Pass
assert_equals(Document node with 2 children, Document node with 2 children, "The event should be fired at the document")
    at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-onresize.html:24:5)
Passmeta.onresize should set the meta.onresize handler
Asserts run
Pass
assert_equals(Element node <meta></meta>, Element node <meta></meta>, "The event should be fired at the <meta> object")
    at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-onresize.html:33:5)