mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Update web-platform-tests to revision b'b6f6bf16fe6069aed53d28af86a79b8ff4963844'
This commit is contained in:
parent
0720f4f736
commit
8bfdc02dd8
590 changed files with 11442 additions and 3709 deletions
|
@ -27,8 +27,10 @@
|
|||
assert_equals(state, "granted");
|
||||
}, "Permissions grants are observable across same-origin iframes");
|
||||
|
||||
// Finally run the simple tests below in a separate cross-origin iframe.
|
||||
RunTestsInIFrame('https://{{domains[www]}}:{{ports[https][0]}}/storage-access-api/resources/permissions-iframe.https.html');
|
||||
promise_test(async (t) => {
|
||||
// Finally run the simple tests below in a separate cross-origin iframe.
|
||||
await RunTestsInIFrame('https://{{domains[www]}}:{{ports[https][0]}}/storage-access-api/resources/permissions-iframe.https.html');
|
||||
}, "IFrame tests");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue