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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 ALERT: PASS: label passed the focus to the corresponding control
2 ALERT: PASS: focus should be sent if the label has contenteditable attribute
3 ALERT: PASS: keydown should be sent if the label has contenteditable attribute
4 ALERT: PASS: keypress should be sent if the label has contenteditable attribute
5 ALERT: PASS: keyup should be sent if the label has contenteditable attribute
6 ALERT: PASS: blur should be sent if the label has contenteditable attribute
7 ALERT: PASS: label passed the focus to the corresponding control
8 Test that labels with contenteditable attribute send focus and key events.
9
10 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
11
12
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16 text tAext
OLDNEW
« 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