Automatic update from web-platform-tests Add dom as a dependency for the sanitizer-api idlharness test (#59730) -- wpt-commits: 9c346eba4dbbe69206da6840d619cc19876eb917 wpt-pr: 59730
13 lines
234 B
JavaScript
13 lines
234 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
|
|
idl_test(
|
|
['sanitizer-api'],
|
|
['html', 'dom'],
|
|
idl_array => {
|
|
idl_array.add_objects({
|
|
Sanitizer: ['new Sanitizer({})']
|
|
});
|
|
}
|
|
);
|