commit 231bd8786cf6795df769988bc8fbfd212786c522 parent 6ddf5edd01158bf044158a6a78ade10ea5fd0ee0 Author: Tim Ledbetter <tim.ledbetter@ladybird.org> Date: Tue, 21 Oct 2025 10:29:13 +0000 Bug 1994402 [wpt PR 55447] - shadow-dom: Remove references to unused `helpers.js` file, a=testonly Automatic update from web-platform-tests shadow-dom: Remove references to unused `helpers.js` file (#55447) This file was removed in 17743f761d9f8bd3954bc68c60b88d251f9a2239. -- wpt-commits: 35806bed3a3d4064b9db5db056d38377fc1a3ed6 wpt-pr: 55447 Diffstat:
3 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/testing/web-platform/tests/shadow-dom/declarative/declarative-parser-interaction.html b/testing/web-platform/tests/shadow-dom/declarative/declarative-parser-interaction.html @@ -6,8 +6,6 @@ <link rel="help" href="https://crbug.com/1203645"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> -<script src="support/helpers.js"></script> - This test should not crash, and there should be two lines of text visible below. <x-1> diff --git a/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-attachment.html b/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-attachment.html @@ -5,7 +5,6 @@ <script src='/resources/testharness.js'></script> <script src='/resources/testharnessreport.js'></script> <script src='../../html/resources/common.js'></script> -<script src="support/helpers.js"></script> <script> const shadowContent = '<span>Shadow tree</span><slot></slot>'; diff --git a/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-repeats.html b/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-repeats.html @@ -8,7 +8,6 @@ <script src='/resources/testharness.js'></script> <script src='/resources/testharnessreport.js'></script> <script src='../../html/resources/common.js'></script> -<script src="support/helpers.js"></script> <div id=multiple1> <template shadowrootmode=open>Open</template>