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

Unified Diff: LayoutTests/fast/events/click-focus-anchor-expected.txt

Issue 455223002: Make anchors mouse-focusable (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: De-duplicate using FocusController; update TestExpectations Created 6 years, 4 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: LayoutTests/fast/events/click-focus-anchor-expected.txt
diff --git a/LayoutTests/fast/events/click-focus-anchor-expected.txt b/LayoutTests/fast/events/click-focus-anchor-expected.txt
index 5e0099b83da29d3be514104d7de63fdbbcaa22ea..528a0de8702b2139ec186559483b9ad9ce20d396 100644
--- a/LayoutTests/fast/events/click-focus-anchor-expected.txt
+++ b/LayoutTests/fast/events/click-focus-anchor-expected.txt
@@ -3,11 +3,12 @@ This test ensures that we can click to focus an a element.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-a1 received focus (focusable)
-a4 received focus (focusable)
-a5 received focus (focusable)
-p6 received focus (focusable)
-p7 received focus (focusable)
+a1 received focus
+a3 received focus
+a4 received focus
+a5 received focus
+p6 received focus
+a7 received focus
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698