Files
tubestation/testing/web-platform/tests/captured-mouse-events/idlharness.https.window.js
Blink WPT Bot a6cf57da3c Bug 1841588 [wpt PR 40868] - [CapturedMouseEvents] Export web platform tests, a=testonly
Automatic update from web-platform-tests
[CapturedMouseEvents] Export web platform tests (#40868)

This patch exports existing WPT tests added in [1], using the directory
recently introduced in [2] and taking into account the recent renaming
to "captured mouse events".

It also adds a manual test that is verified to pass with [3] applied.
WPT does not provide support for more complex and automated tests,
so this is just a minimal verification. More advanced internal tests
with wider coverage will be added in [3].

[1] https://chromium-review.googlesource.com/c/chromium/src/+/4517372
[2] https://github.com/web-platform-tests/wpt/pull/40826
[3] https://chromium-review.googlesource.com/c/chromium/src/+/4549484

Bug: 1444712
Change-Id: I8ed455c406d6cba81cb4df0651509b6d6f7bd991
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4661012
Commit-Queue: Frédéric Wang <fwang@igalia.com>
Reviewed-by: Elad Alon <eladalon@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1167752}

Co-authored-by: Frédéric Wang <fwang@igalia.com>
--

wpt-commits: 72a4f49ebcd4f5d7980bd3a2cdc90805427a93bd
wpt-pr: 40868
2023-07-20 10:30:45 +00:00

12 lines
228 B
JavaScript

// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
'use strict';
// https://screen-share.github.io/captured-mouse-events/
idl_test(
['captured-mouse-events.tentative'],
['html', 'dom']
);