Index: LayoutTests/fast/forms/radio/radio-checked-LastorFirst-then-DownorUp-keyDown-expected.txt |
diff --git a/LayoutTests/fast/forms/radio/radio-checked-LastorFirst-then-DownorUp-keyDown-expected.txt b/LayoutTests/fast/forms/radio/radio-checked-LastorFirst-then-DownorUp-keyDown-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a6e8d74c9650234517018b45a140444968324d6f |
--- /dev/null |
+++ b/LayoutTests/fast/forms/radio/radio-checked-LastorFirst-then-DownorUp-keyDown-expected.txt |
@@ -0,0 +1,13 @@ |
+Tests after pressing last radio button in the list, on pressing downkey it selects back first radio button |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS document.getElementById("radio4").checked is true |
+PASS document.getElementById("radio1").checked is true |
+PASS document.getElementById("radio1").checked is true |
+PASS document.getElementById("radio4").checked is true |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |