Pass | non-error event handler | Asserts runPass | assert_equals("function onclick(event) {\nfoo\n}", "function onclick(event) {\nfoo\n}")
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-sourcetext.html:15:3) |
|
Pass | error event handler not on body | Asserts runPass | assert_equals("function onerror(event) {\nfoo\n}", "function onerror(event) {\nfoo\n}")
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-sourcetext.html:21:3) |
|
Pass | error event handler on disconnected body | Asserts runPass | assert_equals("function onerror(event, source, lineno, colno, error) {\nfoo\n}", "function onerror(event, source, lineno, colno, error) {\nfoo\n}")
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-sourcetext.html:27:3) |
|
Pass | error event handler on disconnected frameset | Asserts runPass | assert_equals("function onerror(event, source, lineno, colno, error) {\nfoo\n}", "function onerror(event, source, lineno, colno, error) {\nfoo\n}")
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-sourcetext.html:33:3) |
|
Pass | error event handler on connected body, reflected to Window | Asserts runPass | assert_equals("function onerror(event, source, lineno, colno, error) {\nfoo\n}", "function onerror(event, source, lineno, colno, error) {\nfoo\n}")
at Test.<anonymous> ( /html/webappapis/scripting/events/event-handler-sourcetext.html:38:3) |
|