https://github.com/web-platform-tests/wpt
Raw File
Tip revision: be666a5d73d5ca27723bedbe8be202d1daa4451b authored by Boris Zbarsky on 03 April 2018, 17:09:28 UTC
Use stable error messages in the link onload event tests by default.
Tip revision: be666a5
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