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

Unified 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, 11 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/forms/radio/rtl-radio-buttons-key-event-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/radio/rtl-radio-buttons-key-event-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/radio/rtl-radio-buttons-key-event-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..aec342cc21445d37f7c1824c4b0d3026969e5629
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/forms/radio/rtl-radio-buttons-key-event-expected.txt
@@ -0,0 +1,25 @@
+Test for https://code.google.com/p/chromium/issues/detail?id=556677.
+
+For manual testing, focus a radio button in the first group and use the arrow keys. Changing the radio button should fire change events in the direction of left to right.
+
+אחד שני שלוש
+For manual testing, focus a radio button in the second group and use the arrow keys. Changing the radio button should fire change events in the direction of left to right.
+
+one two three
+שני dispatched change event
+PASS: אחד is not checked
+PASS: שני is checked
+PASS: שלוש is not checked
+שלוש dispatched change event
+PASS: אחד is not checked
+PASS: שני is not checked
+PASS: שלוש is checked
+two dispatched change event
+PASS: one is not checked
+PASS: two is checked
+PASS: three is not checked
+three dispatched change event
+PASS: one is not checked
+PASS: two is not checked
+PASS: three is checked
+

Powered by Google App Engine
This is Rietveld 408576698