diff --git a/testing/web-platform/tests/interfaces/web-share.idl b/testing/web-platform/tests/interfaces/web-share.idl index ae1f3f8580c0..f433f2314bec 100644 --- a/testing/web-platform/tests/interfaces/web-share.idl +++ b/testing/web-platform/tests/interfaces/web-share.idl @@ -1,7 +1,7 @@ // GENERATED CONTENT - DO NOT EDIT // Content was automatically extracted by Reffy into reffy-reports // (https://github.com/tidoust/reffy-reports) -// Source: Web Share API - Level 1 (https://wicg.github.io/web-share/) +// Source: Web Share API - Level 1 (https://w3c.github.io/web-share/) partial interface Navigator { [SecureContext] Promise share(optional ShareData data = {});