https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f1a4e49db7174db444193a687b6581526b1903ab authored by Fergal Daly on 05 April 2018, 06:33:47 UTC
CSS: Add WPT tests for basic ::part() functionality.
Tip revision: f1a4e49
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