Title: [179178] trunk/LayoutTests
Revision
179178
Author
[email protected]
Date
2015-01-27 06:12:52 -0800 (Tue, 27 Jan 2015)

Log Message

[EFL] AX: Update test expectations for test related with AXRole.
https://bugs.webkit.org/show_bug.cgi?id=140933

Unreviewed EFL gardening.

roles-exposed.html's test expectation changed: for specified elements
AXRole value should NOT be equal AXUnknown but AXStatic because for ATK
version 2.15.2 there is new ATK_ROLE_STATIC role which should be used
instead of ATK_ROLE_UNKNOWN.

Patch by Michal Poteralski <[email protected]> on 2015-01-27

* platform/efl/accessibility/roles-exposed-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (179177 => 179178)


--- trunk/LayoutTests/ChangeLog	2015-01-27 09:40:12 UTC (rev 179177)
+++ trunk/LayoutTests/ChangeLog	2015-01-27 14:12:52 UTC (rev 179178)
@@ -1,3 +1,17 @@
+2015-01-27  Michal Poteralski  <[email protected]>
+
+        [EFL] AX: Update test expectations for test related with AXRole.
+        https://bugs.webkit.org/show_bug.cgi?id=140933
+
+        Unreviewed EFL gardening.
+
+        roles-exposed.html's test expectation changed: for specified elements
+        AXRole value should NOT be equal AXUnknown but AXStatic because for ATK
+        version 2.15.2 there is new ATK_ROLE_STATIC role which should be used
+        instead of ATK_ROLE_UNKNOWN.
+
+        * platform/efl/accessibility/roles-exposed-expected.txt:
+
 2015-01-26  Chris Dumez  <[email protected]>
 
         Unreviewed, rebaseline several CSS tests after r179168.

Modified: trunk/LayoutTests/platform/efl/accessibility/roles-exposed-expected.txt (179177 => 179178)


--- trunk/LayoutTests/platform/efl/accessibility/roles-exposed-expected.txt	2015-01-27 09:40:12 UTC (rev 179177)
+++ trunk/LayoutTests/platform/efl/accessibility/roles-exposed-expected.txt	2015-01-27 14:12:52 UTC (rev 179178)
@@ -14,7 +14,7 @@
       AXRole: 
       
 abbr[title]
-      AXRole: AXUnknown
+      AXRole: AXStatic
       
 address
       AXRole: AXLandmarkContentInfo
@@ -53,7 +53,7 @@
       AXRole: 
       
 del[datetime]
-      AXRole: AXUnknown
+      AXRole: AXStatic
       
 dfn
       AXRole: AXDefinition
@@ -206,7 +206,7 @@
       AXRole: 
       
 ins[datetime]
-      AXRole: AXUnknown
+      AXRole: AXStatic
       
 map
       AXRole: 
@@ -230,13 +230,13 @@
       AXRole: AXUnknown
       
 mi
-      AXRole: AXUnknown
+      AXRole: AXStatic
       
 mn
-      AXRole: AXUnknown
+      AXRole: AXStatic
       
 mo
-      AXRole: AXUnknown
+      AXRole: AXStatic
       
 mroot
       AXRole: AXUnknown
@@ -248,10 +248,10 @@
       AXRole: AXGroup
       
 ms
-      AXRole: AXUnknown
+      AXRole: AXStatic
       
 mtext
-      AXRole: AXUnknown
+      AXRole: AXStatic
       
 mtable
       AXRole: AXTable
@@ -326,7 +326,7 @@
       AXRole: 
       
 span[onclick]
-      AXRole: AXUnknown
+      AXRole: AXStatic
       
 strong
       AXRole: 
@@ -380,7 +380,7 @@
       AXRole: 
       
 time[datetime]
-      AXRole: AXUnknown
+      AXRole: AXStatic
       
 ul
       AXRole: AXList
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to