OLD | NEW |
| (Empty) |
1 Test for https://bugs.webkit.org/show_bug.cgi?id=32013. | |
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. | |
4 | |
5 a b c | |
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. | |
8 | |
9 d e f | |
10 | |
11 Test for https://code.google.com/p/chromium/issues/detail?id=556677. | |
12 | |
13 For manual testing, focus a radio button in the first group and use the arrow ke
ys. Changing the radio button should fire change events in the direction of left
to right. | |
14 | |
15 x y z | |
16 | |
17 b dispatched change event | |
18 c dispatched change event | |
19 PASS: a is not checked | |
20 PASS: b is not checked | |
21 PASS: c is checked | |
22 PASS: d is checked | |
23 PASS: e is not checked | |
24 PASS: f is not checked | |
25 z dispatched change event | |
26 y dispatched change event | |
27 PASS: x is not checked | |
28 PASS: y is checked | |
29 PASS: z is not checked | |
30 PASS: x is not checked | |
31 PASS: y is checked | |
32 PASS: z is not checked | |
33 | |
OLD | NEW |