mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
15 lines
304 B
JavaScript
15 lines
304 B
JavaScript
// 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.
|
|
}
|
|
);
|