idlharness.window.js (315B)
1 // META: script=/resources/WebIDLParser.js 2 // META: script=/resources/idlharness.js 3 // META: timeout=long 4 5 'use strict'; 6 7 idl_test( 8 ['video-rvfc'], 9 ['html', 'dom'], 10 idl_array => { 11 idl_array.add_objects({ 12 HTMLVideoElement: ['video'], 13 }); 14 self.video = document.createElement('video'); 15 } 16 );