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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/text/textfield-no-linebreak.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/fast/forms/text/textfield-no-linebreak.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/text/textfield-no-linebreak.html b/third_party/WebKit/LayoutTests/fast/forms/text/textfield-no-linebreak.html
index 4ab0776973358ad5878bb2303ef594b744d72789..371c9a5bd18e8c4f68086f746e48db3119d9f9ac 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/text/textfield-no-linebreak.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/text/textfield-no-linebreak.html
@@ -9,7 +9,7 @@ onkeypress = function(e) {
onload = function() {
if (window.testRunner)
- eventSender.keyDown("\n");
+ eventSender.keyDown("Enter");
}
</script>
</head>

Powered by Google App Engine
This is Rietveld 408576698