| OLD | NEW |
| 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 |
| 13 PASS: a is not checked | 15 PASS: a is not checked |
| 14 PASS: b is not checked | 16 PASS: b is not checked |
| 15 PASS: c is checked | 17 PASS: c is checked |
| 16 PASS: d is checked | 18 PASS: d is checked |
| 17 PASS: e is not checked | 19 PASS: e is not checked |
| 18 PASS: f is not checked | 20 PASS: f is not checked |
| 19 | 21 |
| OLD | NEW |