summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/interfaces/trusted-types.idl
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/interfaces/trusted-types.idl')
-rw-r--r--testing/web-platform/tests/interfaces/trusted-types.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/testing/web-platform/tests/interfaces/trusted-types.idl b/testing/web-platform/tests/interfaces/trusted-types.idl
index 6723994aae..db5bd635cf 100644
--- a/testing/web-platform/tests/interfaces/trusted-types.idl
+++ b/testing/web-platform/tests/interfaces/trusted-types.idl
@@ -7,21 +7,18 @@
interface TrustedHTML {
stringifier;
DOMString toJSON();
- static TrustedHTML fromLiteral(object templateStringsArray);
};
[Exposed=(Window,Worker)]
interface TrustedScript {
stringifier;
DOMString toJSON();
- static TrustedScript fromLiteral(object templateStringsArray);
};
[Exposed=(Window,Worker)]
interface TrustedScriptURL {
stringifier;
USVString toJSON();
- static TrustedScriptURL fromLiteral(object templateStringsArray);
};
[Exposed=(Window,Worker)] interface TrustedTypePolicyFactory {