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: Id65de52c9cc444d98eca4910be77b7c3682f9404 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521109 Commit-Queue: Lan Wei <lanwei@chromium.org> Reviewed-by:Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#827908}
Showing
Please register or sign in to comment