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

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

Issue 1813583002: Convert radio-group-keyboard-change-event.html to a testharness.js test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/forms/radio/radio-group-keyboard-change-event.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/forms/radio/radio-group-keyboard-change-event.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698