Skip to content

Commit 4f57f79

Browse files
autofoolipmoz-wptsync-bot
authored andcommitted
Bug 1600131 [wpt PR 20512] - Update interfaces/feature-policy.idl, a=testonly
Automatic update from web-platform-tests Update interfaces/feature-policy.idl (#20512) Source: https://github.com/tidoust/reffy-reports/blob/25d2be7/ed/idl/feature-policy.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/618316376 -- wpt-commits: e2c5dc96935d80d9ce4a140f56a78c6cb624214f wpt-pr: 20512
1 parent 82e64de commit 4f57f79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testing/web-platform/tests/interfaces/feature-policy.idl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// (https://github.com/tidoust/reffy-reports)
44
// Source: Feature Policy (https://w3c.github.io/webappsec-feature-policy/)
55

6+
[Exposed=Window]
67
interface FeaturePolicy {
78
boolean allowsFeature(DOMString feature, optional DOMString origin);
89
sequence features();
@@ -17,6 +18,7 @@ partial interface Document {
1718
partial interface HTMLIFrameElement {
1819
[SameObject] readonly attribute FeaturePolicy featurePolicy;
1920
};
21+
2022
[Exposed=Window]
2123
interface FeaturePolicyViolationReportBody : ReportBody {
2224
readonly attribute DOMString featureId;

0 commit comments

Comments
 (0)