idlharness.window.js (281B)
1 // META: script=/resources/WebIDLParser.js 2 // META: script=/resources/idlharness.js 3 4 'use strict'; 5 6 idl_test( 7 ['webvtt'], 8 ['html', 'dom'], 9 idl_array => { 10 idl_array.add_objects({ 11 VTTCue: ['new VTTCue(0, 0, "")'], 12 VTTRegion: ['new VTTRegion()'], 13 }); 14 } 15 );