Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
Passselect.remove(n) should work
Asserts run
Pass
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)
Passselect.options.remove(n) should work
Asserts run
Pass
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)
Passremove() should work on select elements.
Asserts run
Pass
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)
PassElement#remove() should work on select elements.
Asserts run
Pass
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)