summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/interfaces/anonymous-iframe.idl
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/interfaces/anonymous-iframe.idl')
-rw-r--r--testing/web-platform/tests/interfaces/anonymous-iframe.idl12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/interfaces/anonymous-iframe.idl b/testing/web-platform/tests/interfaces/anonymous-iframe.idl
new file mode 100644
index 0000000000..11d19e320a
--- /dev/null
+++ b/testing/web-platform/tests/interfaces/anonymous-iframe.idl
@@ -0,0 +1,12 @@
+// GENERATED CONTENT - DO NOT EDIT
+// Content was automatically extracted by Reffy into webref
+// (https://github.com/w3c/webref)
+// Source: Iframe credentialless (https://wicg.github.io/anonymous-iframe/)
+
+partial interface HTMLIFrameElement {
+ attribute boolean credentialless;
+};
+
+partial interface Window {
+ readonly attribute boolean credentialless;
+};