Pass | Option with id | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-named-getter.html:17:3) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-named-getter.html:18:3) | Pass | assert_equals(Element node <option id="op1">A</option>, Element node <option id="op1">A</option>)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-named-getter.html:19:3) |
|
Pass | Option with name | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-named-getter.html:24:3) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-named-getter.html:25:3) | Pass | assert_equals(Element node <option name="op2">B</option>, Element node <option name="op2">B</option>)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-named-getter.html:26:3) |
|
Pass | Option with name and id | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-named-getter.html:31:3) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-named-getter.html:32:3) | Pass | assert_equals(Element node <option id="op3" name="op4">C</option>, Element node <option id="op3" name="op4">C</option>)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-named-getter.html:33:3) | Pass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-named-getter.html:35:3) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-named-getter.html:36:3) | Pass | assert_equals(Element node <option id="op3" name="op4">C</option>, Element node <option id="op3" name="op4">C</option>)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-named-getter.html:37:3) |
|
Pass | Empty string name | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-named-getter.html:42:3) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-named-getter.html:43:3) | Pass | assert_equals(null, null)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-named-getter.html:44:3) |
|