blob: 8a41f8d6b87e4b383bc38e86369ea9ab42b11037 [file] [log] [blame]
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long
'use strict';
idl_test(
['visual-viewport'],
['html', 'dom'],
idl_array => {
idl_array.add_objects({
VisualViewport: ['self.visualViewport'],
Window: ['self'],
});
}
);