[wpt-sync] Sync PR 23739 - Clipboard API Tests: Clarify limitations of user gesture utils.
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23739 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23739
Details from upstream follow.
Darwin Huang <huangdarwin@chromium.org> wrote:
Clipboard API Tests: Clarify limitations of user gesture utils.
The user gesture utils only work on top-level frames. This is
due to its dependencies, and would be surfaced via runtime
messages, but I figured this would be good to clarify upfront
in a comment.Change-Id: Ic4bafc948a2ac1f419a6ca8bd4cc3eb20404553b
Reviewed-on: https://chromium-review.googlesource.com/2208816
WPT-Export-Revision: 14d0df5c6adb3308a1918a76c8e1ebdb4fa53cb3
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 76 tests
Status Summary
Firefox
OK : 2
PASS: 74
FAIL: 2
Chrome
OK : 2
FAIL: 2
Safari
OK : 2
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/clipboard-apis/async-platform-specific-write-read.tentative.https.html
Verify write and read clipboard given platform-specific raw input: FAIL (Chrome: FAIL, Safari: FAIL)
/clipboard-apis/async-raw-write-read.tentative.https.html
Verify write and read clipboard given 2 platform-neutral raw inputs: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 5•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/bf56febaf656
https://hg.mozilla.org/mozilla-central/rev/545994dcdc95
Description
•