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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/script-tests/event-input-contentEditable.js

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/fast/events/script-tests/event-input-contentEditable.js
diff --git a/third_party/WebKit/LayoutTests/fast/events/script-tests/event-input-contentEditable.js b/third_party/WebKit/LayoutTests/fast/events/script-tests/event-input-contentEditable.js
index 8caa5bef84e84971a134d36d83bce5b82b8c40f7..401c629b9c0ca389020a070d89d9e930dff3e1d0 100644
--- a/third_party/WebKit/LayoutTests/fast/events/script-tests/event-input-contentEditable.js
+++ b/third_party/WebKit/LayoutTests/fast/events/script-tests/event-input-contentEditable.js
@@ -90,7 +90,7 @@ eventSender.keyDown('X');
var target8 = setupForFiringTest('<p id="target8" contentEditable>Deleted</p>', '');
sel.selectAllChildren(target8);
-eventSender.keyDown('delete');
+eventSender.keyDown('Delete');
var target9parent = makeTestTarget('<div id="target9parent" contenteditable><div id="target9child" contenteditable>foo</div></div>');
var target9child = document.getElementById('target9child');

Powered by Google App Engine
This is Rietveld 408576698