Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Passif before and node are the same element nothing should be done
Asserts run
Pass
assert_equals(6, 6)
    at Test.<anonymous> ( /html/semantics/forms/the-select-element/common-HTMLOptionsCollection-add.html:38:5)
Pass
assert_equals(8, 8)
    at Test.<anonymous> ( /html/semantics/forms/the-select-element/common-HTMLOptionsCollection-add.html:39:5)
Passadd method should add option elements correctly
Asserts run
Pass
assert_array_equals(["c", "1", "2", "3", "4", "b", "n1", "5", "n2", "6", "a"], ["c", "1", "2", "3", "4", "b", "n1", "5", "n2", "6", "a"])
    at Test.<anonymous> ( /html/semantics/forms/the-select-element/common-HTMLOptionsCollection-add.html:58:5)
Passadd method should add option groups correctly
Asserts run
Pass
assert_array_equals(["c", "1", "2", "3", "4", "b", "n1", "5", "n2", "6", "a"], ["c", "1", "2", "3", "4", "b", "n1", "5", "n2", "6", "a"])
    at Test.<anonymous> ( /html/semantics/forms/the-select-element/common-HTMLOptionsCollection-add.html:84:5)