servo/tests/wpt/web-platform-tests/interfaces/feature-policy.idl

8 lines
256 B
Text

// GENERATED CONTENT - DO NOT EDIT
// Content of this file was automatically extracted from the
// "Feature Policy" spec.
// See: https://wicg.github.io/feature-policy/
partial interface HTMLIFrameElement {
[CEReactions] attribute DOMString allow;
};