diff --git a/html/semantics/forms/the-select-element/customizable-select/selectedcontent.tentative.html b/html/semantics/forms/the-select-element/customizable-select/selectedcontent.tentative.html index eef68a9237fb7f..d32990515370ee 100644 --- a/html/semantics/forms/the-select-element/customizable-select/selectedcontent.tentative.html +++ b/html/semantics/forms/the-select-element/customizable-select/selectedcontent.tentative.html @@ -80,8 +80,8 @@ 'Clicking on an option element should update the .'); selectedcontent.remove(); - assert_equals(selectedcontent.innerHTML, '', - 'Removing the from the should not make it clear its contents.'); button.appendChild(selectedcontent); assert_equals(selectedcontent.innerHTML, optionTwo.innerHTML, 'Re-inserting the should make it update its contents.'); @@ -96,3 +96,78 @@ // TODO(crbug.com/336844298): Add tests for mutation records during parsing }, 'The element should reflect the HTML contents of the selected