Automatic update from web-platform-tests [Sanitizer] Adapt tests to spec discussions. Currently, the Sanitizer spec is being re-discussed, particularly the .sanitize and .sanitizeFor methods. This change removes those methods from all tests that are not explicitly targeted at those two methods. Also, it removed the ".tentative." designator from all tests that contain only non-contested APIs. Bug: 1326827 Change-Id: Ia2e1568acc1477057110d72030f6f1b16d4286d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3652196 Reviewed-by: Yifan Luo <lyf@chromium.org> Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org> Cr-Commit-Position: refs/heads/main@{#1005240} -- wpt-commits: 9370bce13062b730cfa2fc663520cf606c537a50 wpt-pr: 34098
13 lines
237 B
JavaScript
13 lines
237 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
|
|
idl_test(
|
|
['sanitizer-api.tentative'],
|
|
['html'],
|
|
idl_array => {
|
|
idl_array.add_objects({
|
|
Sanitizer: ['new Sanitizer({})']
|
|
});
|
|
}
|
|
);
|