mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision a3a4442b04c37155f81c4ad4ae9c06339f76ce14
This commit is contained in:
parent
7b653cad7b
commit
ba0f5f096a
204 changed files with 4645 additions and 1001 deletions
|
@ -0,0 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
test(() => {
|
||||
let iframe = document.createElement('iframe');
|
||||
assert_true(iframe.sandbox.supports('allow-storage-access-by-user-activation'), '`allow-storage-access-by-user-activation`' +
|
||||
'sandbox attribute should be supported');
|
||||
}, "`allow-storage-access-by-user-activation` sandbox attribute is supported");
|
Loading…
Add table
Add a link
Reference in a new issue