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

Unified Diff: LayoutTests/fast/events/focus-click-on-non-mouse-focusable-element-expected.txt

Issue 20670002: REGRESSION: Click on focused link should not remove focus on it. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: typo Created 7 years, 5 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/focus-click-on-non-mouse-focusable-element-expected.txt
diff --git a/LayoutTests/fast/events/focus-click-on-non-mouse-focusable-element-expected.txt b/LayoutTests/fast/events/focus-click-on-non-mouse-focusable-element-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f169a8df69413e3b1cb529cb1b1e945f6e29cf35
--- /dev/null
+++ b/LayoutTests/fast/events/focus-click-on-non-mouse-focusable-element-expected.txt
@@ -0,0 +1,11 @@
+Click on a focused anchor element should not change focus, and click on a non-focused anchor element should remove focus of another element.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.activeElement is a
+PASS document.activeElement is document.body
+PASS successfullyParsed is true
+
+TEST COMPLETE
+link

Powered by Google App Engine
This is Rietveld 408576698