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"); - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shadow-dom/reference-target/tentative/form.html b/shadow-dom/reference-target/tentative/form.html index c2607f37fb6035..5ab144b05ed130 100644 --- a/shadow-dom/reference-target/tentative/form.html +++ b/shadow-dom/reference-target/tentative/form.html @@ -168,209 +168,5 @@ assert_equals(realForm.elements[2], input, "The 3rd element should be the input inside the real form."); }, "Reference target works with nested shadow trees."); - - - - - - - - - - - - - - - - - - - - - diff --git a/shadow-dom/reference-target/tentative/label-descendant.html b/shadow-dom/reference-target/tentative/label-descendant.html index f3555077bb6fae..e6316175828b1c 100644 --- a/shadow-dom/reference-target/tentative/label-descendant.html +++ b/shadow-dom/reference-target/tentative/label-descendant.html @@ -2,7 +2,6 @@ - @@ -98,212 +97,6 @@ testDeepImplicitLabelAssociation('x-outer2-a', 'Input 2 via Options'); - -
- - - - - - - - - - - - - - - - - - diff --git a/shadow-dom/reference-target/tentative/label-for.html b/shadow-dom/reference-target/tentative/label-for.html index 2d85b234edfbcf..05bb3511af4611 100644 --- a/shadow-dom/reference-target/tentative/label-for.html +++ b/shadow-dom/reference-target/tentative/label-for.html @@ -13,7 +13,7 @@ - +