Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassThe last selected OPTION should win; Inserted by parser
Asserts run
Pass
assert_equals("Second", "Second")
    at Test.<anonymous> ( /html/semantics/forms/the-select-element/inserted-or-removed.html:26:3)
Pass
assert_equals("Second", "Second")
    at Test.<anonymous> ( /html/semantics/forms/the-select-element/inserted-or-removed.html:29:3)
PassThe last selected OPTION should win; Inserted by DOM API
Asserts run
Pass
assert_equals("Second", "Second")
    at Test.<anonymous> ( /html/semantics/forms/the-select-element/inserted-or-removed.html:42:3)
Pass
assert_equals("Second", "Second")
    at Test.<anonymous> ( /html/semantics/forms/the-select-element/inserted-or-removed.html:55:3)
PassThe last selected OPTION should win; Inserted by jQuery append()
Asserts run
Pass
assert_equals("Second", "Second")
    at Test.<anonymous> ( /html/semantics/forms/the-select-element/inserted-or-removed.html:71:3)
PassThe last selected OPTION should win; Inserted by innerHTML
Asserts run
Pass
assert_equals("Second", "Second")
    at Test.<anonymous> ( /html/semantics/forms/the-select-element/inserted-or-removed.html:78:3)
Pass
assert_equals("Fourth", "Fourth")
    at Test.<anonymous> ( /html/semantics/forms/the-select-element/inserted-or-removed.html:84:3)
PassIf an OPTION says it is selected, it should be selected after it is inserted.
Asserts run
Pass
assert_equals("B", "B")
    at Test.<anonymous> ( /html/semantics/forms/the-select-element/inserted-or-removed.html:99:5)
Pass
assert_equals("B", "B")
    at Test.<anonymous> ( /html/semantics/forms/the-select-element/inserted-or-removed.html:99:5)
Pass
assert_equals("B", "B")
    at Test.<anonymous> ( /html/semantics/forms/the-select-element/inserted-or-removed.html:99:5)