idlharness.window.js (349B)
1 // META: script=/resources/WebIDLParser.js 2 // META: script=/resources/idlharness.js 3 4 'use strict'; 5 6 // https://w3c.github.io/screen-orientation/ 7 8 idl_test( 9 ['screen-orientation'], 10 ['dom', 'cssom-view', 'html'], 11 idl_array => { 12 idl_array.add_objects({ 13 Screen: ['screen'], 14 ScreenOrientation: ['screen.orientation'] 15 }); 16 } 17 );