gecko-dev/testing/web-platform/tests/selection/idlharness.window.js
Luke Bjerring ebe27fa4b7 Bug 1504402 [wpt PR 13878] - Count partial mixins as tested deps, a=testonly
Automatic update from web-platform-testsCount partial mixins as tested deps (#13878)

--

wpt-commits: 4176e9ef5f720910505d3af6c22a0b8002a4a9a8
wpt-pr: 13878
2018-11-14 13:38:15 +00:00

18 lines
342 B
JavaScript

// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
'use strict';
// https://w3c.github.io/selection-api/
idl_test(
['selection-api'],
['html', 'dom'],
idlArray => {
idlArray.add_objects({
Window: ['window'],
Document: ['document'],
Selection: ['getSelection()'],
});
}
);