mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
18 lines
364 B
JavaScript
18 lines
364 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
// META: timeout=long
|
|
|
|
'use strict';
|
|
|
|
idl_test(
|
|
['file-system-access'],
|
|
['fs', 'permissions', 'html', 'dom'],
|
|
idl_array => {
|
|
if (self.GLOBAL.isWindow()) {
|
|
idl_array.add_objects({
|
|
Window: ['window'],
|
|
// TODO: DataTransferItem
|
|
});
|
|
}
|
|
}
|
|
);
|