servo/tests/wpt/web-platform-tests/custom-state-pseudo-class/idlharness.window.js

14 lines
291 B
JavaScript

// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
'use strict';
idl_test(
['custom-state-pseudo-class'],
['html', 'wai-aria'],
idl_array => {
idl_array.add_objects({
// Nothing to add; spec only defined a partial interface.
});
}
);