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

Unified Diff: third_party/WebKit/LayoutTests/editing/shadow/delete-list-in-shadow.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/shadow/delete-list-in-shadow.html
diff --git a/third_party/WebKit/LayoutTests/editing/shadow/delete-list-in-shadow.html b/third_party/WebKit/LayoutTests/editing/shadow/delete-list-in-shadow.html
index 1eca93142753c6b0c5afc7e73dc023d6da5b1af8..70e94810d2a0c716d785f3a0c56adc50cce06c57 100644
--- a/third_party/WebKit/LayoutTests/editing/shadow/delete-list-in-shadow.html
+++ b/third_party/WebKit/LayoutTests/editing/shadow/delete-list-in-shadow.html
@@ -33,7 +33,7 @@ if (window.eventSender) {
eventSender.mouseMoveTo(list3.offsetLeft + 20, list3.offsetTop + list3.offsetHeight / 2);
eventSender.mouseUp();
- eventSender.keyDown('delete');
+ eventSender.keyDown('Delete');
var hostTextContent = host.textContent.replace(/^\s+|\s+$/g, '');
shouldBe("hostTextContent", "'AB345'");

Powered by Google App Engine
This is Rietveld 408576698