diff --git a/shadow-dom/reference-target/tentative/dom-mutation.html b/shadow-dom/reference-target/tentative/dom-mutation.html
index 12735bed701c58..91a94158ccf4da 100644
--- a/shadow-dom/reference-target/tentative/dom-mutation.html
+++ b/shadow-dom/reference-target/tentative/dom-mutation.html
@@ -33,7 +33,6 @@
const test_container = await setup_test();
const host1 = test_container.querySelector("#host1");
const label1 = host1.shadowRoot.querySelector("#label1");
-
label1.id = "new_id";
assert_equals(await test_driver.get_computed_label(input1), "");
}, "Changing the ID of the referenced element results in an empty computed label");
@@ -110,93 +109,7 @@
real_label1.id = "new_id";
assert_equals(await test_driver.get_computed_label(input1), "");
}, "Changing the ID of the nested referenced element results in an empty computed label");
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-