Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
FailThe <selectedcontent> element should reflect the HTML contents of the selected <option>.promise_test: Unhandled rejection with value: object "TypeError: Cannot read properties of null (reading 'innerHTML')"
Error
    at get_stack (https://wpt.live/resources/testharness.js:4571:21)
    at new AssertionError (https://wpt.live/resources/testharness.js:4564:22)
    at assert (https://wpt.live/resources/testharness.js:4548:19)
    at Test.<anonymous> (https://wpt.live/resources/testharness.js:764:29)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at https://wpt.live/resources/testharness.js:2689:35
Asserts runNo asserts ran
FailWhen there are multiple <selectedcontent> elements, only the one in tree order should be kept up to date.promise_test: Unhandled rejection with value: object "TypeError: Cannot read properties of null (reading 'textContent')"
Error
    at get_stack (https://wpt.live/resources/testharness.js:4571:21)
    at new AssertionError (https://wpt.live/resources/testharness.js:4564:22)
    at assert (https://wpt.live/resources/testharness.js:4548:19)
    at Test.<anonymous> (https://wpt.live/resources/testharness.js:764:29)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at https://wpt.live/resources/testharness.js:2689:35
Asserts runNo asserts ran
Fail<seletedcontent> behavior in disconnected <select>.assert_equals: <selectedcontent> should be updated when <select> is connected to the document. expected "two" but got ""
    at Test.<anonymous> (https://wpt.live/html/semantics/forms/the-select-element/customizable-select/selectedcontent.tentative.html:170:3)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at https://wpt.live/resources/testharness.js:738:36
    at new Promise (<anonymous>)
    at https://wpt.live/resources/testharness.js:737:20
Asserts run
Pass
assert_equals("", "", "<selectedcontent> should not be updated when appending to a disconnected select.")
    at Test.<anonymous> ( /html/semantics/forms/the-select-element/customizable-select/selectedcontent.tentative.html:162:3)
Pass
assert_equals("", "", "<selectedcontent> should not be updated when changing value of a disconnected select.")
    at Test.<anonymous> ( /html/semantics/forms/the-select-element/customizable-select/selectedcontent.tentative.html:166:3)
Fail
assert_equals("", "two", "<selectedcontent> should be updated when <select> is connected to the document.")
    at Test.<anonymous> ( /html/semantics/forms/the-select-element/customizable-select/selectedcontent.tentative.html:170:3)