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

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

Issue 1633553002: Change in focus with movement of Arrow keys for RTL radio buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made changes according to review comments Created 4 years, 10 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 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 אחד שני שלוש
16
11 b dispatched change event 17 b dispatched change event
12 c dispatched change event 18 c dispatched change event
19 שלוש dispatched change event
20 שני dispatched change event
13 PASS: a is not checked 21 PASS: a is not checked
14 PASS: b is not checked 22 PASS: b is not checked
15 PASS: c is checked 23 PASS: c is checked
16 PASS: d is checked 24 PASS: d is checked
17 PASS: e is not checked 25 PASS: e is not checked
18 PASS: f is not checked 26 PASS: f is not checked
27 PASS: אחד is not checked
28 PASS: שני is checked
29 PASS: שלוש is not checked
30 PASS: אחד is not checked
31 PASS: שני is checked
32 PASS: שלוש is not checked
19 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698