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

Unified Diff: LayoutTests/fast/forms/label/labels-contenteditable-expected.txt

Issue 14985009: <label> element should send key and focus events if it has contenteditable attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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/forms/label/labels-contenteditable-expected.txt
diff --git a/LayoutTests/fast/forms/label/labels-contenteditable-expected.txt b/LayoutTests/fast/forms/label/labels-contenteditable-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..084c65e3cf80e7fa2c71b987c03209fa5d4a68b4
--- /dev/null
+++ b/LayoutTests/fast/forms/label/labels-contenteditable-expected.txt
@@ -0,0 +1,16 @@
+ALERT: PASS: label passed the focus to the corresponding control
+ALERT: PASS: focus should be sent if the label has contenteditable attribute
+ALERT: PASS: keydown should be sent if the label has contenteditable attribute
+ALERT: PASS: keypress should be sent if the label has contenteditable attribute
+ALERT: PASS: keyup should be sent if the label has contenteditable attribute
+ALERT: PASS: blur should be sent if the label has contenteditable attribute
+ALERT: PASS: label passed the focus to the corresponding control
+Test that labels with contenteditable attribute send focus and key events.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+text tAext
« no previous file with comments | « LayoutTests/fast/forms/label/labels-contenteditable.html ('k') | LayoutTests/fast/forms/resources/label-test-util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698