diff --git a/testing/web-platform/tests/trusted-types/idlharness.window.js b/testing/web-platform/tests/trusted-types/idlharness.tentative.window.js similarity index 96% rename from testing/web-platform/tests/trusted-types/idlharness.window.js rename to testing/web-platform/tests/trusted-types/idlharness.tentative.window.js index 7be9615ce67c..5a854a12b780 100644 --- a/testing/web-platform/tests/trusted-types/idlharness.window.js +++ b/testing/web-platform/tests/trusted-types/idlharness.tentative.window.js @@ -12,6 +12,5 @@ idl_test( TrustedScript: ['window.trustedTypes.createPolicy("SomeName2", { createScript: s => s }).createScript("A string")'], TrustedScriptURL: ['window.trustedTypes.createPolicy("SomeName3", { createScriptURL: s => s }).createScriptURL("A string")'], }); - }, - 'Trusted Types' + } );