mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision fa5f0edd48aca7acfa7d35f1be31cb0dd65817c6
This commit is contained in:
parent
6659e9004d
commit
a4cebda3db
110 changed files with 1473 additions and 526 deletions
|
@ -0,0 +1,14 @@
|
|||
// META: global=window,worker
|
||||
// META: script=/resources/WebIDLParser.js
|
||||
// META: script=/resources/idlharness.js
|
||||
'use strict';
|
||||
|
||||
idl_test(
|
||||
['storage-access'],
|
||||
['dom'],
|
||||
idl_array => {
|
||||
idl_array.add_objects({
|
||||
Document: ['document'],
|
||||
});
|
||||
}
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue