Title: [160398] trunk/LayoutTests
Revision
160398
Author
commit-qu...@webkit.org
Date
2013-12-10 16:59:12 -0800 (Tue, 10 Dec 2013)

Log Message

AX: Share accessibility/aria-hidden-negates-no-visibility.html expectation with other ports
https://bugs.webkit.org/show_bug.cgi?id=125495

Patch by Krzysztof Czech <k.cz...@samsung.com> on 2013-12-10
Reviewed by Chris Fleizach.

Expectation of accessibility/aria-hidden-negates-no-visibility.html is the same for EFL and GTK.

* accessibility/aria-hidden-negates-no-visibility-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (160397 => 160398)


--- trunk/LayoutTests/ChangeLog	2013-12-11 00:54:24 UTC (rev 160397)
+++ trunk/LayoutTests/ChangeLog	2013-12-11 00:59:12 UTC (rev 160398)
@@ -1,3 +1,14 @@
+2013-12-10  Krzysztof Czech  <k.cz...@samsung.com>
+
+        AX: Share accessibility/aria-hidden-negates-no-visibility.html expectation with other ports
+        https://bugs.webkit.org/show_bug.cgi?id=125495
+
+        Reviewed by Chris Fleizach.
+
+        Expectation of accessibility/aria-hidden-negates-no-visibility.html is the same for EFL and GTK.
+
+        * accessibility/aria-hidden-negates-no-visibility-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt.
+
 2013-12-10  Mario Sanchez Prada  <mario.pr...@samsung.com>
 
         [ATK] Expose splitter elements with ATK_ROLE_SEPARATOR

Copied: trunk/LayoutTests/accessibility/aria-hidden-negates-no-visibility-expected.txt (from rev 160397, trunk/LayoutTests/platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt) (0 => 160398)


--- trunk/LayoutTests/accessibility/aria-hidden-negates-no-visibility-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/accessibility/aria-hidden-negates-no-visibility-expected.txt	2013-12-11 00:59:12 UTC (rev 160398)
@@ -0,0 +1,23 @@
+heading1.2
+
+
+
+This tests ensures that aria-hidden=false will allow a node to be in the AX hierarchy even if it's not rendered or visible
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS !heading1_1 || !heading1_1.isValid is true
+PASS !heading1_2 || !heading1_3.isValid is true
+PASS !heading1_3 || !heading1_3.isValid is true
+PASS heading2.role is 'AXRole: AXHeading'
+PASS parent.childAtIndex(0).isEqual(heading2) is true
+PASS heading3.role is 'AXRole: AXHeading'
+PASS parent.childAtIndex(1).isEqual(heading3) is true
+PASS heading4.role is 'AXRole: AXHeading'
+PASS parent.childAtIndex(2).isEqual(heading4) is true
+Textfield Title: AXTitle: 
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Deleted: trunk/LayoutTests/platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt (160397 => 160398)


--- trunk/LayoutTests/platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt	2013-12-11 00:54:24 UTC (rev 160397)
+++ trunk/LayoutTests/platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt	2013-12-11 00:59:12 UTC (rev 160398)
@@ -1,23 +0,0 @@
-heading1.2
-
-
-
-This tests ensures that aria-hidden=false will allow a node to be in the AX hierarchy even if it's not rendered or visible
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS !heading1_1 || !heading1_1.isValid is true
-PASS !heading1_2 || !heading1_3.isValid is true
-PASS !heading1_3 || !heading1_3.isValid is true
-PASS heading2.role is 'AXRole: AXHeading'
-PASS parent.childAtIndex(0).isEqual(heading2) is true
-PASS heading3.role is 'AXRole: AXHeading'
-PASS parent.childAtIndex(1).isEqual(heading3) is true
-PASS heading4.role is 'AXRole: AXHeading'
-PASS parent.childAtIndex(2).isEqual(heading4) is true
-Textfield Title: AXTitle: 
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to