Pass | body.onresize should set the window.onresize handler | Asserts runPass | 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) |
|
Pass | document.onresize should set the document.onresize handler | Asserts runPass | 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) |
|
Pass | meta.onresize should set the meta.onresize handler | Asserts runPass | 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) |
|