[wpt-sync] Sync PR 26478 - Add a WPT test to verify the text editing commands in infrastructure/
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox85 fixed)
Tracking | Status | |
---|---|---|
firefox85 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 26478 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/26478
Details from upstream follow.
b'Lan Wei <lanwei@chromium.org>' wrote:
Add a WPT test to verify the text editing commands in infrastructure/
We should have a WPT test to verify the text editing commands, such as
"cut", "copy", "paste", and "select". When we press "ctrl/cmd" + "a", it
should select all the text, "ctrl/cmd" + "x" should cut the select text,
"ctrl/cmd" + "c" should copy the select text, and "ctrl/cmd" + "v"
should paste the copied or cut text.Bug: chromedriver:3462
Change-Id: Id65de52c9cc444d98eca4910be77b7c3682f9404Reviewed-on: https://chromium-review.googlesource.com/2521109
WPT-Export-Revision: be43b232abc54af70308fa7ad064be785e4a6fdf
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 14 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
PASS: 1
Chrome
OK : 1
PASS: 1
Safari
OK : 1
PASS: 1
Links
Comment 5•4 years ago
|
||
bugherder |
Description
•