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

Unified Diff: LayoutTests/fast/forms/label/label-event-order-expected.txt

Issue 21005002: Order of actions for labeled control should be focus then click. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « LayoutTests/fast/forms/label/label-event-order.html ('k') | Source/core/html/HTMLLabelElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/label/label-event-order-expected.txt
diff --git a/LayoutTests/fast/forms/label/label-event-order-expected.txt b/LayoutTests/fast/forms/label/label-event-order-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1a22d6706cfbd0304d1011639635e5ab812f2a3b
--- /dev/null
+++ b/LayoutTests/fast/forms/label/label-event-order-expected.txt
@@ -0,0 +1,13 @@
+Event order for a labeled control should be "focus" then "change"
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+"focus" event has been dispatched.
+PASS changeCount is 0
+"change" event has been dispatched.
+PASS focusCount is 1
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/forms/label/label-event-order.html ('k') | Source/core/html/HTMLLabelElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698