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"); |
bokan
2016/06/09 15:51:56
Are all layout tests now using the new codes? Can
dtapuska
2016/06/09 18:20:33
No we can't. I do have an issue open for that thou
|
shouldBe("document.activeElement", "document.getElementById('fragment1')"); |
} |