Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Failselect's option list should not include descendants of options, hrs, or nested optgroups.assert_equals: childSelect.length expected 3 but got 2
    at Test.<anonymous> (https://wpt.live/html/semantics/forms/the-select-element/customizable-select/option-list.tentative.html:53:3)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/html/semantics/forms/the-select-element/customizable-select/option-list.tentative.html:45:1
Asserts run
Pass
assert_equals(0, 0, "parentSelect.length")
    at Test.<anonymous> ( /html/semantics/forms/the-select-element/customizable-select/option-list.tentative.html:51:3)
Pass
assert_equals(0, 0, "parentSelect.options.length")
    at Test.<anonymous> ( /html/semantics/forms/the-select-element/customizable-select/option-list.tentative.html:52:3)
Fail
assert_equals(2, 3, "childSelect.length")
    at Test.<anonymous> ( /html/semantics/forms/the-select-element/customizable-select/option-list.tentative.html:53:3)