idlharness.window.js (304B)
1 // META: global=window,worker 2 // META: script=/resources/WebIDLParser.js 3 // META: script=/resources/idlharness.js 4 5 'use strict'; 6 7 // https://wicg.github.io/performance-measure-memory/ 8 9 idl_test( 10 ['performance-measure-memory'], 11 ['hr-time', 'dom'], 12 async idl_array => { 13 // Nothing to add. 14 } 15 );