https://github.com/web-platform-tests/wpt
Raw File
Tip revision: a6f2e0eb6bd0e77cfb869779b1ab49130b177244 authored by Jim Evans on 10 April 2018, 17:15:43 UTC
Fixing up WebDriver async script tests
Tip revision: a6f2e0e
feature-policy.idl
// 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;
};
back to top