diff --git a/html/semantics/forms/the-select-element/customizable-select/selectedoption.tentative.html b/html/semantics/forms/the-select-element/customizable-select/selectedoption.tentative.html index b3381ac510a990..398b0b988de057 100644 --- a/html/semantics/forms/the-select-element/customizable-select/selectedoption.tentative.html +++ b/html/semantics/forms/the-select-element/customizable-select/selectedoption.tentative.html @@ -44,20 +44,21 @@ assert_equals(selectedOption.innerHTML, optionTwo.innerHTML, 'The innerHTML of should change after the selected option is changed.'); + let oldInnerHTML = optionTwo.innerHTML; spanTwo.textContent = 'new span'; await new Promise(queueMicrotask); - assert_equals(selectedOption.innerHTML, optionTwo.innerHTML, - ' should respond to text content changes.'); + assert_equals(selectedOption.innerHTML, oldInnerHTML, + ' should not respond to