Bug 1917491 - Part 3: Introduce call-like syntax for resource disposal in DisposableS...
[gecko.git] / testing / web-platform / tests / deprecation-reporting / idlharness.any.js
blob720bacfa3ff3f00e2b8dcc4e061924d2dc48e876
1 // META: script=/resources/WebIDLParser.js
2 // META: script=/resources/idlharness.js
4 'use strict';
6 idl_test(
7   ['deprecation-reporting'],
8   ['reporting'],
9   idl_array => {
10     idl_array.add_objects({
11       // TODO: objects
12     });
13   }