summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/scroll-to-text-fragment/idlharness.window.js
blob: c39216b581124f599cae99a4871c7a29c03bffb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js

'use strict';

idl_test(
  ['scroll-to-text-fragment'],
  ['dom', 'html'],
  idl_array => {
    idl_array.add_objects({
      Document: ['document'],
      FragmentDirective: ['document.fragmentDirective'],
    });
  }
);