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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/fragment-activation-focuses-target.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/fast/dom/fragment-activation-focuses-target.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/fragment-activation-focuses-target.html b/third_party/WebKit/LayoutTests/fast/dom/fragment-activation-focuses-target.html
index a4b49d002e690ce151ada2b97ba006933d7e385d..d14a08a6d81c155cc6589a2f5e1e9560568b49db 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/fragment-activation-focuses-target.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/fragment-activation-focuses-target.html
@@ -32,7 +32,7 @@
if (window.testRunner) {
debug("Send an enter key event which should also trigger focus to move to the fragment.");
- eventSender.keyDown("\r");
+ eventSender.keyDown("Enter");
shouldBe("document.activeElement", "document.getElementById('fragment1')");
}

Powered by Google App Engine
This is Rietveld 408576698