Pass | select.remove(n) should work | Asserts runPass | assert_equals(Element node <div><select></select></div>, Element node <div><select></select></div>)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:17:5) | Pass | assert_array_equals(object "[object HTMLOptionsCollection]", [Element node <option>0</option>, Element node <option>1</option>, Element node <option>2</option>], "After remove(-1)")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:28:5) | Pass | assert_equals(Element node <div><select><option>0</option><option>1</option><option>..., Element node <div><select><option>0</option><option>1</option><option>...)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:29:5) | Pass | assert_array_equals(object "[object HTMLOptionsCollection]", [Element node <option>0</option>, Element node <option>1</option>, Element node <option>2</option>], "After remove(3)")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:32:5) | Pass | assert_equals(Element node <div><select><option>0</option><option>1</option><option>..., Element node <div><select><option>0</option><option>1</option><option>...)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:33:5) | Pass | assert_array_equals(object "[object HTMLOptionsCollection]", [Element node <option>1</option>, Element node <option>2</option>], "After remove(0)")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:36:5) | Pass | assert_equals(Element node <div><select><option>1</option><option>2</option></select..., Element node <div><select><option>1</option><option>2</option></select...)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:37:5) |
|
Pass | select.options.remove(n) should work | Asserts runPass | assert_equals(Element node <div><select></select></div>, Element node <div><select></select></div>)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:17:5) | Pass | assert_array_equals(object "[object HTMLOptionsCollection]", [Element node <option>0</option>, Element node <option>1</option>, Element node <option>2</option>], "After remove(-1)")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:28:5) | Pass | assert_equals(Element node <div><select><option>0</option><option>1</option><option>..., Element node <div><select><option>0</option><option>1</option><option>...)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:29:5) | Pass | assert_array_equals(object "[object HTMLOptionsCollection]", [Element node <option>0</option>, Element node <option>1</option>, Element node <option>2</option>], "After remove(3)")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:32:5) | Pass | assert_equals(Element node <div><select><option>0</option><option>1</option><option>..., Element node <div><select><option>0</option><option>1</option><option>...)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:33:5) | Pass | assert_array_equals(object "[object HTMLOptionsCollection]", [Element node <option>1</option>, Element node <option>2</option>], "After remove(0)")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:36:5) | Pass | assert_equals(Element node <div><select><option>1</option><option>2</option></select..., Element node <div><select><option>1</option><option>2</option></select...)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:37:5) |
|
Pass | remove() should work on select elements. | Asserts runPass | assert_equals(Element node <div><select></select></div>, Element node <div><select></select></div>)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:46:3) | Pass | assert_equals(Element node <select></select>, Element node <select></select>)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:47:3) | Pass | assert_equals(null, null)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:50:3) | Pass | assert_equals(null, null)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:51:3) |
|
Pass | Element#remove() should work on select elements. | Asserts runPass | assert_equals(Element node <div><select></select></div>, Element node <div><select></select></div>)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:57:3) | Pass | assert_equals(Element node <select></select>, Element node <select></select>)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:58:3) | Pass | assert_equals(null, null)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:61:3) | Pass | assert_equals(null, null)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-remove.html:62:3) |
|