Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode.html

Issue 2100243002: Remove non-standardize key code names from event_sender. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix inspector tests that were missed by sed Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode.html
diff --git a/third_party/WebKit/LayoutTests/editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode.html b/third_party/WebKit/LayoutTests/editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode.html
index 192345a77660a95a15862e4a91a73c7fff16d0a4..6c7b57415ef5146add6805650d768a1ef63a34ac 100644
--- a/third_party/WebKit/LayoutTests/editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode.html
+++ b/third_party/WebKit/LayoutTests/editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode.html
@@ -27,10 +27,10 @@ function runTest() {
eventSender.mouseUp();
caretRectAtEnd = internals.absoluteCaretBounds(document);
- eventSender.keyDown("rightArrow");
+ eventSender.keyDown("ArrowRight");
caretRectRightKey = internals.absoluteCaretBounds(document);
- eventSender.keyDown("downArrow");
+ eventSender.keyDown("ArrowDown");
caretRectDownKey = internals.absoluteCaretBounds(document);
shouldBe("caretRectAtEnd.width", "caretRectAtStart.width");

Powered by Google App Engine
This is Rietveld 408576698