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

Side by Side Diff: LayoutTests/fast/forms/radio/radio-group-keyboard-change-event-expected.txt

Issue 1188763002: Click event should be fired before change events for checkbox and radio button. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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
1 Test for https://bugs.webkit.org/show_bug.cgi?id=32013. 1 Test for https://bugs.webkit.org/show_bug.cgi?id=32013.
2 2
3 For manual testing, focus a radio button in the first group and use the arrow ke ys. Changing the checked radio button should fire change events. 3 For manual testing, focus a radio button in the first group and use the arrow ke ys. Changing the checked radio button should fire change events.
4 4
5 a b c 5 a b c
6 6
7 For manual testing, focus a radio button in the second group and use the arrow k eys. Change events should still be dispatched but the checked radio should not c hange. 7 For manual testing, focus a radio button in the second group and use the arrow k eys. Change events should still be dispatched but the checked radio should not c hange.
8 8
9 d e f 9 d e f
10 10
11 b dispatched change event 11 b dispatched change event
12 c dispatched change event 12 c dispatched change event
13 e dispatched change event
14 f dispatched change event
15 PASS: a is not checked 13 PASS: a is not checked
16 PASS: b is not checked 14 PASS: b is not checked
17 PASS: c is checked 15 PASS: c is checked
18 PASS: d is checked 16 PASS: d is checked
19 PASS: e is not checked 17 PASS: e is not checked
20 PASS: f is not checked 18 PASS: f is not checked
21 19
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/radio-checkbox-events-order-expected.txt ('k') | Source/core/html/HTMLInputElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698