Pass | The type attribute must return 'fieldset' | Asserts runPass | assert_equals("fieldset", "fieldset", "The value of type attribute is incorrect.")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/HTMLFieldSetElement.html:33:3) |
|
Pass | The form attribute must return the fieldset's form owner | Asserts runPass | assert_equals(Element node <form name="fm1" style="display:none"> <fieldset id="fs..., Element node <form name="fm1" style="display:none"> <fieldset id="fs..., "The fieldset should have a form owner.")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/HTMLFieldSetElement.html:37:3) |
|
Pass | The elements must return an HTMLCollection object | Asserts runPass | assert_equals(function "function HTMLCollection() { [native code] }", function "function HTMLCollection() { [native code] }", "The elements attribute should be an HTMLCollection object")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/HTMLFieldSetElement.html:41:3) |
|
Pass | The controls must root at the fieldset element | Asserts runPass | assert_array_equals(object "[object HTMLCollection]", [Element node <input type="text" name="txt_inner"></input>], "The items in the collection must be children of the inner fieldset element.")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/HTMLFieldSetElement.html:48:3) | Pass | assert_array_equals(object "[object HTMLCollection]", [Element node <input type="checkbox" name="cb"></input>, Element node <input type="text" name="txt" id="ctl1"></input>, Element node <button id="ctl2" name="btn">BUTTON</button>, Element node <fieldset id="fs_inner"> <input type="text" name="t..., Element node <input type="text" name="txt_inner"></input>], "The items in the collection must be children of the outer fieldset element.")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/HTMLFieldSetElement.html:50:3) |
|