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

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

Issue 57813008: Clicking a non-focusable element in an inactive frame should clear focus in the frame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/frame-click-clear-focus.html ('k') | Source/core/page/FocusController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/frame-click-clear-focus-expected.txt
diff --git a/LayoutTests/fast/events/frame-click-clear-focus-expected.txt b/LayoutTests/fast/events/frame-click-clear-focus-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ca4208b9ebd11bb45fe807545f1bd5b22d4d3cea
--- /dev/null
+++ b/LayoutTests/fast/events/frame-click-clear-focus-expected.txt
@@ -0,0 +1,13 @@
+Make sure that clicking on an inactive frame clears existing element focus.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+===> Making a frame with a focused element inactive.
+PASS doc.activeElement is innerInput
+===> Making the frame active again clicking by a non-focusable element.
+PASS doc.activeElement is doc.body
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/events/frame-click-clear-focus.html ('k') | Source/core/page/FocusController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698