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

Unified Diff: LayoutTests/fast/events/click-focus-keydown-no-ring-expected.html

Issue 562653002: Do not reset mouse focus flag on keydown at anchor elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add regression test (click-focus-keydown-no-ring) Created 6 years, 3 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
« no previous file with comments | « LayoutTests/fast/events/click-focus-keydown-no-ring.html ('k') | Source/core/dom/Element.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/click-focus-keydown-no-ring-expected.html
diff --git a/LayoutTests/fast/events/click-focus-anchor-no-ring-expected.html b/LayoutTests/fast/events/click-focus-keydown-no-ring-expected.html
similarity index 54%
copy from LayoutTests/fast/events/click-focus-anchor-no-ring-expected.html
copy to LayoutTests/fast/events/click-focus-keydown-no-ring-expected.html
index 0b5954b2746a9d2231d3295d556a71689c47af6d..5a34db43242565a3e76a66cc9b87f1ab55dd5c4a 100644
--- a/LayoutTests/fast/events/click-focus-anchor-no-ring-expected.html
+++ b/LayoutTests/fast/events/click-focus-keydown-no-ring-expected.html
@@ -6,7 +6,7 @@ a { color: blue; }
</style>
</head>
<body>
-<p>This test ensures that the focus ring is not drawn for anchors without a tabindex that received the focus by mouse.</p>
+<p>This test ensures that the default focus ring is not drawn on anchors even after pressing a key while the anchor is focused.</p>
<p><a id="anchor" href="#">Anchor without tabindex</a></p>
« no previous file with comments | « LayoutTests/fast/events/click-focus-keydown-no-ring.html ('k') | Source/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698