fune/testing/web-platform/tests/is-input-pending/idlharness.window.js
Andrew Comminos b6207659e7 Bug 1666741 [wpt PR 25702] - Migrate isInputPending options class to dictionary, a=testonly
Automatic update from web-platform-tests
Migrate isInputPending options class to dictionary

Updates the API for isInputPending and associated tests to accept a dictionary
object for parameterization directly, making it compliant with the updated
spec.

Bug: 910421
Change-Id: I39e569ee6215044a9b59a8834d19cac76915cb9c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425138
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Andrew Comminos <acomminos@fb.com>
Cr-Commit-Position: refs/heads/master@{#810490}

--

wpt-commits: 0c112f38ee0040ba788d927e73b1ab1a7b856230
wpt-pr: 25702
2020-09-30 08:57:27 +00:00

14 lines
293 B
JavaScript

// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// https://wicg.github.io/is-input-pending/
idl_test(
['is-input-pending'],
['html', 'dom'],
async idl_array => {
idl_array.add_objects({
Scheduling: ['navigator.scheduling'],
});
}
);