diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedoption.tentative.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedoption.tentative.html
index b3381ac510a99..398b0b988de05 100644
--- a/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/selectedoption.tentative.html
+++ b/testing/web-platform/tests/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