Title: [184891] trunk/LayoutTests
Revision
184891
Author
cfleiz...@apple.com
Date
2015-05-26 17:54:38 -0700 (Tue, 26 May 2015)

Log Message

AX: display:none content exposed to accessibility when aria-hidden is toggled on ancestor element
https://bugs.webkit.org/show_bug.cgi?id=139142

Reviewed by Darin Adler.

* platform/mac/accessibility/aria-hidden-false-works-in-subtrees-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (184890 => 184891)


--- trunk/LayoutTests/ChangeLog	2015-05-27 00:53:00 UTC (rev 184890)
+++ trunk/LayoutTests/ChangeLog	2015-05-27 00:54:38 UTC (rev 184891)
@@ -5,6 +5,15 @@
 
         Reviewed by Darin Adler.
 
+        * platform/mac/accessibility/aria-hidden-false-works-in-subtrees-expected.txt:
+
+2015-05-26  Chris Fleizach  <cfleiz...@apple.com>
+
+        AX: display:none content exposed to accessibility when aria-hidden is toggled on ancestor element
+        https://bugs.webkit.org/show_bug.cgi?id=139142
+
+        Reviewed by Darin Adler.
+
         * accessibility/aria-hidden-false-works-in-subtrees.html:
 
 2015-05-26  Zalan Bujtas  <za...@apple.com>

Modified: trunk/LayoutTests/platform/mac/accessibility/aria-hidden-false-works-in-subtrees-expected.txt (184890 => 184891)


--- trunk/LayoutTests/platform/mac/accessibility/aria-hidden-false-works-in-subtrees-expected.txt	2015-05-27 00:53:00 UTC (rev 184890)
+++ trunk/LayoutTests/platform/mac/accessibility/aria-hidden-false-works-in-subtrees-expected.txt	2015-05-27 00:54:38 UTC (rev 184891)
@@ -1,4 +1,3 @@
-
 This tests that a sub-tree within a node marked with aria-hidden=false will be exposed in the AX tree.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -16,6 +15,16 @@
     AXRole: AXStaticText
     AXDescription: 
 
+PASS object.role is 'AXRole: AXStaticText'
+PASS stringValue is 'AXValue: text3'
+PASS object.role is 'AXRole: AXStaticText'
+PASS stringValue is 'AXValue:     text4  '
+PASS !object || !object.isValid is true
+PASS object.role is 'AXRole: AXGroup'
+PASS object.childrenCount is 0
+PASS object.role is 'AXRole: AXGroup'
+PASS object.childrenCount is 1
+PASS object.childAtIndex(0).role is 'AXRole: AXButton'
 Non-rendered iframe content should not be visible when aria-hidden=true. The first child should be a group and NOT static text.
 iFrame child role: AXRole: AXGroup
 PASS successfullyParsed is true
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to