diff --git a/html/semantics/forms/the-selectmenu-element/selectmenu-parts-structure.tentative.html b/html/semantics/forms/the-selectmenu-element/selectmenu-parts-structure.tentative.html index 4f49d3f0ea9354..08c283322d54a3 100644 --- a/html/semantics/forms/the-selectmenu-element/selectmenu-parts-structure.tentative.html +++ b/html/semantics/forms/the-selectmenu-element/selectmenu-parts-structure.tentative.html @@ -208,13 +208,13 @@ const selectMenu1Popover = document.getElementById("selectMenu1-popover"); const selectMenu1Button = document.getElementById("selectMenu1-button"); const selectMenu1Child2 = document.getElementById("selectMenu1-child2"); - assert_false(selectMenu1Popover.matches(':open')); + assert_false(selectMenu1Popover.matches(':popover-open')); selectMenu1Button.click(); - assert_false(selectMenu1Popover.matches(':open'), "Clicking a button part that is a descendant of the listbox part should have no effect"); + assert_false(selectMenu1Popover.matches(':popover-open'), "Clicking a button part that is a descendant of the listbox part should have no effect"); assert_equals(selectMenu1.value, "one"); await clickOn(selectMenu1); - assert_true(selectMenu1Popover.matches(':open')); + assert_true(selectMenu1Popover.matches(':popover-open')); await clickOn(selectMenu1Child2); assert_equals(selectMenu1.value, "two", "Clicking an