Pass | <input> has a form owner | Asserts runPass | assert_equals(object "[object HTMLFormControlsCollection]", object "[object HTMLFormControlsCollection]")
at Test.<anonymous> ( /html/webappapis/scripting/events/compile-event-handler-lexical-scopes-form-owner.html:24:3) |
|
Pass | <img> has a form owner | Asserts runPass | assert_equals(object "[object HTMLFormControlsCollection]", object "[object HTMLFormControlsCollection]")
at Test.<anonymous> ( /html/webappapis/scripting/events/compile-event-handler-lexical-scopes-form-owner.html:30:3) |
|
Pass | <div> doesn't have a form owner | Asserts runPass | assert_equals("global_elements", "global_elements")
at Test.<anonymous> ( /html/webappapis/scripting/events/compile-event-handler-lexical-scopes-form-owner.html:36:3) |
|
Pass | form-associated <x-foo> has a form owner | Asserts runPass | assert_equals(object "[object HTMLFormControlsCollection]", object "[object HTMLFormControlsCollection]")
at Test.<anonymous> ( /html/webappapis/scripting/events/compile-event-handler-lexical-scopes-form-owner.html:46:3) |
|