summaryrefslogtreecommitdiffstats
path: root/test/wpt/tests/interfaces/gpc-spec.idl
diff options
context:
space:
mode:
Diffstat (limited to 'test/wpt/tests/interfaces/gpc-spec.idl')
-rw-r--r--test/wpt/tests/interfaces/gpc-spec.idl10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/wpt/tests/interfaces/gpc-spec.idl b/test/wpt/tests/interfaces/gpc-spec.idl
new file mode 100644
index 0000000..0e9a063
--- /dev/null
+++ b/test/wpt/tests/interfaces/gpc-spec.idl
@@ -0,0 +1,10 @@
+// GENERATED CONTENT - DO NOT EDIT
+// Content was automatically extracted by Reffy into webref
+// (https://github.com/w3c/webref)
+// Source: Global Privacy Control (GPC) (https://privacycg.github.io/gpc-spec/)
+
+interface mixin GlobalPrivacyControl {
+ readonly attribute boolean globalPrivacyControl;
+};
+Navigator includes GlobalPrivacyControl;
+WorkerNavigator includes GlobalPrivacyControl;