Pass | Form associated custom elements should work with fieldset.elements | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [Element node <custom-input-parser name="custom-3"> <custom-input...], "The items in the collection must be children of the inner fieldset element.")
at Test.<anonymous> ( /custom-elements/form-associated/fieldset-elements.html:32:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [Element node <custom-input-parser name="custom-1"> <custom-input-u..., Element node <fieldset id="fs_inner"> <custom-input-parser name=..., Element node <custom-input-parser name="custom-3"> <custom-input...], "The items in the collection must be descendants of the outer fieldset element.")
at Test.<anonymous> ( /custom-elements/form-associated/fieldset-elements.html:34:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [Element node <custom-input-parser name="custom-3"> <custom-input..., Element node <custom-input-upgrade name="custom-4"> <uncustom-in...], "The items in the collection must be children of the inner fieldset element.")
at Test.<anonymous> ( /custom-elements/form-associated/fieldset-elements.html:41:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [Element node <custom-input-parser name="custom-1"> <custom-input-u..., Element node <custom-input-upgrade name="custom-2"> <fieldset id="..., Element node <fieldset id="fs_inner"> <custom-input-parser name=..., Element node <custom-input-parser name="custom-3"> <custom-input..., Element node <custom-input-upgrade name="custom-4"> <uncustom-in...], "The items in the collection must be descendants of the outer fieldset element.")
at Test.<anonymous> ( /custom-elements/form-associated/fieldset-elements.html:43:3) |
|