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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/navigation/same-and-different-back.html

Issue 2045603002: Handle the "key" field as opposed to keyIdentifier field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove initialization of the view 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/http/tests/navigation/same-and-different-back.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/navigation/same-and-different-back.html b/third_party/WebKit/LayoutTests/http/tests/navigation/same-and-different-back.html
index 107747c32d0a64cd07240fe891c78d5ea24976ec..1d1a07a02d080ef276b5996b4ae13f7d8046f70c 100644
--- a/third_party/WebKit/LayoutTests/http/tests/navigation/same-and-different-back.html
+++ b/third_party/WebKit/LayoutTests/http/tests/navigation/same-and-different-back.html
@@ -15,7 +15,7 @@ function differentDocumentSetupDone() {
setTimeout(function() {
// Send a backspace to trigger a back navigation.
if (window.eventSender)
- eventSender.keyDown('\u0008');
+ eventSender.keyDown('Backspace');
}, 0);
}

Powered by Google App Engine
This is Rietveld 408576698