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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/radio/rtl-radio-buttons-key-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: 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
(Empty)
1 Test for https://code.google.com/p/chromium/issues/detail?id=556677.
2
3 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.
4
5 אחד שני שלוש
6 For manual testing, focus a radio button in the second group and use the arrow k eys. Changing the radio button should fire change events in the direction of lef t to right.
7
8 one two three
9 שני dispatched change event
10 PASS: אחד is not checked
11 PASS: שני is checked
12 PASS: שלוש is not checked
13 שלוש dispatched change event
14 PASS: אחד is not checked
15 PASS: שני is not checked
16 PASS: שלוש is checked
17 two dispatched change event
18 PASS: one is not checked
19 PASS: two is checked
20 PASS: three is not checked
21 three dispatched change event
22 PASS: one is not checked
23 PASS: two is not checked
24 PASS: three is checked
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698