Title: [198491] trunk/LayoutTests
Revision
198491
Author
[email protected]
Date
2016-03-21 10:47:14 -0700 (Mon, 21 Mar 2016)

Log Message

Moving the -expected.txt file for accessibility/radio-button-group-members.html

Unreviewed test gardening.

* accessibility/radio-button-group-members-expected.txt: Renamed from LayoutTests/accessibility/mac/radio-button-group-members-expected.txt.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (198490 => 198491)


--- trunk/LayoutTests/ChangeLog	2016-03-21 17:17:30 UTC (rev 198490)
+++ trunk/LayoutTests/ChangeLog	2016-03-21 17:47:14 UTC (rev 198491)
@@ -1,5 +1,13 @@
 2016-03-21  Ryan Haddad  <[email protected]>
 
+        Moving the -expected.txt file for accessibility/radio-button-group-members.html
+
+        Unreviewed test gardening.
+
+        * accessibility/radio-button-group-members-expected.txt: Renamed from LayoutTests/accessibility/mac/radio-button-group-members-expected.txt.
+
+2016-03-21  Ryan Haddad  <[email protected]>
+
         Marking two inspector tests as flaky timeouts on Mac.
         https://bugs.webkit.org/show_bug.cgi?id=155607
 

Deleted: trunk/LayoutTests/accessibility/mac/radio-button-group-members-expected.txt (198490 => 198491)


--- trunk/LayoutTests/accessibility/mac/radio-button-group-members-expected.txt	2016-03-21 17:17:30 UTC (rev 198490)
+++ trunk/LayoutTests/accessibility/mac/radio-button-group-members-expected.txt	2016-03-21 17:47:14 UTC (rev 198491)
@@ -1,50 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-This tests that linked UI elements withing a radio group work
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Radio buttons within the same named group should be able to access their siblings
-PASS test1.linkedUIElementAtIndex(0).isEqual(test1) is true
-PASS test1.linkedUIElementAtIndex(1).isEqual(accessibilityController.accessibleElementById('test1_No')) is true
-PASS test1.linkedUIElementAtIndex(2).isEqual(accessibilityController.accessibleElementById('test1_Maybe')) is true
-
-
-Radio buttons that are not in a form, but in the same named group should be able to access their siblings
-PASS test2.linkedUIElementAtIndex(0).isEqual(test2) is true
-PASS test2.linkedUIElementAtIndex(1).isEqual(accessibilityController.accessibleElementById('test2_No')) is true
-
-
-Radio buttons labeled by  should be able to access their siblings
-PASS test3.linkedUIElementAtIndex(0).isEqual(test3) is true
-PASS test3.linkedUIElementAtIndex(1).isEqual(accessibilityController.accessibleElementById('test3_No')) is true
-
-
-Radio buttons not in a groups should not have siblings (the first linked element is itself)
-PASS test4.linkedUIElementAtIndex(0).isEqual(test4) is true
-PASS !test4.linkedUIElementAtIndex(1) || !test4.linkedUIElementAtIndex(1).isValid is true
-
-
-Radio buttons that just have aria roles should work.
-PASS ariaRadio1.linkedUIElementAtIndex(0).isEqual(ariaRadio1) is true
-PASS ariaRadio1.linkedUIElementAtIndex(1).isEqual(ariaRadio2) is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Copied: trunk/LayoutTests/accessibility/radio-button-group-members-expected.txt (from rev 198490, trunk/LayoutTests/accessibility/mac/radio-button-group-members-expected.txt) (0 => 198491)


--- trunk/LayoutTests/accessibility/radio-button-group-members-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/accessibility/radio-button-group-members-expected.txt	2016-03-21 17:47:14 UTC (rev 198491)
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+This tests that linked UI elements withing a radio group work
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Radio buttons within the same named group should be able to access their siblings
+PASS test1.linkedUIElementAtIndex(0).isEqual(test1) is true
+PASS test1.linkedUIElementAtIndex(1).isEqual(accessibilityController.accessibleElementById('test1_No')) is true
+PASS test1.linkedUIElementAtIndex(2).isEqual(accessibilityController.accessibleElementById('test1_Maybe')) is true
+
+
+Radio buttons that are not in a form, but in the same named group should be able to access their siblings
+PASS test2.linkedUIElementAtIndex(0).isEqual(test2) is true
+PASS test2.linkedUIElementAtIndex(1).isEqual(accessibilityController.accessibleElementById('test2_No')) is true
+
+
+Radio buttons labeled by  should be able to access their siblings
+PASS test3.linkedUIElementAtIndex(0).isEqual(test3) is true
+PASS test3.linkedUIElementAtIndex(1).isEqual(accessibilityController.accessibleElementById('test3_No')) is true
+
+
+Radio buttons not in a groups should not have siblings (the first linked element is itself)
+PASS test4.linkedUIElementAtIndex(0).isEqual(test4) is true
+PASS !test4.linkedUIElementAtIndex(1) || !test4.linkedUIElementAtIndex(1).isValid is true
+
+
+Radio buttons that just have aria roles should work.
+PASS ariaRadio1.linkedUIElementAtIndex(0).isEqual(ariaRadio1) is true
+PASS ariaRadio1.linkedUIElementAtIndex(1).isEqual(ariaRadio2) is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to