From fa313e34239748f95827cfd5976f0682ba1eae57 Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Wed, 17 Jan 2024 12:31:02 +0000 Subject: [PATCH] Bug 1874875 - set clonable attribute check to only pass in Nightly. r=saschanaz DONTBUILD The 'clonable' attribute is only available in Nightly (see bug 1868428). Differential Revision: https://phabricator.services.mozilla.com/D198783 --- testing/web-platform/meta/dom/idlharness.window.js.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testing/web-platform/meta/dom/idlharness.window.js.ini b/testing/web-platform/meta/dom/idlharness.window.js.ini index 3433aa8299a7..5cde31b4c0fd 100644 --- a/testing/web-platform/meta/dom/idlharness.window.js.ini +++ b/testing/web-platform/meta/dom/idlharness.window.js.ini @@ -10,3 +10,7 @@ [AbortSignal interface: calling any(sequence) on new AbortController().signal with too few arguments must throw TypeError] expected: FAIL + + [ShadowRoot interface: attribute clonable] + expected: + if release_or_beta: FAIL