mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision af43e2eb32555059316b67fba4a1d7df6ea3148d
This commit is contained in:
parent
97c6246385
commit
2f89d25484
296 changed files with 21168 additions and 821 deletions
|
@ -0,0 +1,18 @@
|
|||
// META: script=/resources/WebIDLParser.js
|
||||
// META: script=/resources/idlharness.js
|
||||
|
||||
"use strict";
|
||||
|
||||
// https://wicg.github.io/feature-policy/
|
||||
|
||||
idl_test(
|
||||
['feature-policy'],
|
||||
['reporting', 'html', 'dom'],
|
||||
idl_array => {
|
||||
idl_array.add_objects({
|
||||
Document: ['document'],
|
||||
HTMLIframeElement: ['document.createElement("iframe")'],
|
||||
Policy: ['document.policy'],
|
||||
})
|
||||
}
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue