mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 05:08:36 +02:00
Automatic update from web-platform-tests Add interfaces/visual-viewport.idl and test (#21482) Closes https://github.com/web-platform-tests/wpt/pull/21328 -- wpt-commits: 27730943b37c1d86c90fb5fb03f0596f57c9715f wpt-pr: 21482
15 lines
287 B
JavaScript
15 lines
287 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
|
|
'use strict';
|
|
|
|
idl_test(
|
|
['visual-viewport'],
|
|
['html', 'dom'],
|
|
idl_array => {
|
|
idl_array.add_objects({
|
|
VisualViewport: ['self.visualViewport'],
|
|
Window: ['self'],
|
|
});
|
|
}
|
|
);
|