Files
tubestation/testing/web-platform/tests/sanitizer-api/idlharness.https.window.js
Daniel Vogelheim 1cff0fd37a Bug 1769810 [wpt PR 34098] - [Sanitizer] Adapt tests to spec discussions., a=testonly
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
2022-05-24 10:13:44 +00:00

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({})']
});
}
);