summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/measure-memory/idlharness.window.js
blob: 3e7589aeb95e2d06aa7bfd799a3e5afb342c0fce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// META: global=window,worker
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js

'use strict';

// https://wicg.github.io/performance-measure-memory/

idl_test(
  ['performance-measure-memory'],
  ['hr-time', 'dom'],
  async idl_array => {
    // Nothing to add.
  }
);