Title: [166183] trunk/LayoutTests
Revision
166183
Author
[email protected]
Date
2014-03-24 11:58:22 -0700 (Mon, 24 Mar 2014)

Log Message

<hr> should expose AXRole/AXSubrole, etc
https://bugs.webkit.org/show_bug.cgi?id=109015

Unreviewed. Update tests for ML platform.

* platform/mac-mountainlion/accessibility/lists-expected.txt:
* platform/mac-mountainlion/accessibility/roles-exposed-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (166182 => 166183)


--- trunk/LayoutTests/ChangeLog	2014-03-24 18:56:30 UTC (rev 166182)
+++ trunk/LayoutTests/ChangeLog	2014-03-24 18:58:22 UTC (rev 166183)
@@ -3,6 +3,16 @@
         <hr> should expose AXRole/AXSubrole, etc
         https://bugs.webkit.org/show_bug.cgi?id=109015
 
+        Unreviewed. Update tests for ML platform.
+
+        * platform/mac-mountainlion/accessibility/lists-expected.txt:
+        * platform/mac-mountainlion/accessibility/roles-exposed-expected.txt:
+
+2014-03-24  Chris Fleizach  <[email protected]>
+
+        <hr> should expose AXRole/AXSubrole, etc
+        https://bugs.webkit.org/show_bug.cgi?id=109015
+
         Reviewed by Mario Sanchez Prada.
 
         * accessibility/lists.html:

Modified: trunk/LayoutTests/platform/mac-mountainlion/accessibility/lists-expected.txt (166182 => 166183)


--- trunk/LayoutTests/platform/mac-mountainlion/accessibility/lists-expected.txt	2014-03-24 18:56:30 UTC (rev 166182)
+++ trunk/LayoutTests/platform/mac-mountainlion/accessibility/lists-expected.txt	2014-03-24 18:58:22 UTC (rev 166183)
@@ -110,7 +110,7 @@
 AXChildren: <array of size 0>
 AXHelp: 
 AXParent: <AXGroup>
-AXSize: NSSize: {784, 54}
+AXSize: NSSize: {784, 72}
 AXTitle: 
 AXDescription: 
 AXValue: 
@@ -132,36 +132,8 @@
 AXElementBusy: 0
 
 ------------
-AXRole: AXGroup
-AXSubrole: (null)
-AXRoleDescription: group
-AXChildren: <array of size 0>
-AXHelp: 
-AXParent: <AXGroup>
-AXSize: NSSize: {784, 18}
-AXTitle: 
-AXDescription: 
-AXValue: 
-AXFocused: 0
-AXEnabled: 1
-AXWindow: <AXGroup>
-AXSelectedTextMarkerRange: (null)
-AXStartTextMarker: <AXGroup>
-AXEndTextMarker: <AXGroup>
-AXVisited: 0
-AXLinkedUIElements: (null)
-AXSelected: 0
-AXBlockQuoteLevel: 0
-AXTopLevelUIElement: <AXGroup>
-AXLanguage: 
-AXDOMIdentifier: 
-AXDOMClassList: <array of size 0>
-AXTitleUIElement: (null)
-AXElementBusy: 0
 
-------------
 
-
 AXRole: AXGroup
 AXSubrole: (null)
 AXRoleDescription: group

Modified: trunk/LayoutTests/platform/mac-mountainlion/accessibility/roles-exposed-expected.txt (166182 => 166183)


--- trunk/LayoutTests/platform/mac-mountainlion/accessibility/roles-exposed-expected.txt	2014-03-24 18:56:30 UTC (rev 166182)
+++ trunk/LayoutTests/platform/mac-mountainlion/accessibility/roles-exposed-expected.txt	2014-03-24 18:58:22 UTC (rev 166183)
@@ -170,9 +170,9 @@
       AXRoleDescription: heading
       
 PASS: hr
-      AXRole: 
-      AXSubrole: 
-      AXRoleDescription: 
+      AXRole: AXSplitter
+      AXSubrole: AXContentSeparator
+      AXRoleDescription: separator
       
 PASS: i
       AXRole: 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to