Title: [193751] trunk/LayoutTests
Revision
193751
Author
gyuyoung....@webkit.org
Date
2015-12-08 08:16:28 -0800 (Tue, 08 Dec 2015)

Log Message

[EFL][AX] Rebaseline failing AX tests since r185662
https://bugs.webkit.org/show_bug.cgi?id=151991

Unreviewed EFL rebaseline.


* platform/efl/TestExpectations:
* platform/efl/accessibility/image-link-expected.txt:
* platform/efl/accessibility/image-map2-expected.txt:
* platform/efl/accessibility/lists-expected.txt:
* platform/efl/accessibility/table-attributes-expected.txt:
* platform/efl/accessibility/table-cell-spans-expected.txt:
* platform/efl/accessibility/table-cells-expected.txt:
* platform/efl/accessibility/table-detection-expected.txt:
* platform/efl/accessibility/table-one-cell-expected.txt:
* platform/efl/accessibility/table-sections-expected.txt:
* platform/efl/accessibility/table-with-rules-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (193750 => 193751)


--- trunk/LayoutTests/ChangeLog	2015-12-08 16:02:50 UTC (rev 193750)
+++ trunk/LayoutTests/ChangeLog	2015-12-08 16:16:28 UTC (rev 193751)
@@ -1,3 +1,22 @@
+2015-12-08  Gyuyoung Kim  <gyuyoung....@webkit.org>
+
+        [EFL][AX] Rebaseline failing AX tests since r185662
+        https://bugs.webkit.org/show_bug.cgi?id=151991
+
+        Unreviewed EFL rebaseline.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/accessibility/image-link-expected.txt:
+        * platform/efl/accessibility/image-map2-expected.txt:
+        * platform/efl/accessibility/lists-expected.txt:
+        * platform/efl/accessibility/table-attributes-expected.txt:
+        * platform/efl/accessibility/table-cell-spans-expected.txt:
+        * platform/efl/accessibility/table-cells-expected.txt:
+        * platform/efl/accessibility/table-detection-expected.txt:
+        * platform/efl/accessibility/table-one-cell-expected.txt:
+        * platform/efl/accessibility/table-sections-expected.txt:
+        * platform/efl/accessibility/table-with-rules-expected.txt:
+
 2015-12-08  Joanmarie Diggs  <jdi...@igalia.com>
 
         [EFL] some ax tests have been failed since r186692

Modified: trunk/LayoutTests/platform/efl/TestExpectations (193750 => 193751)


--- trunk/LayoutTests/platform/efl/TestExpectations	2015-12-08 16:02:50 UTC (rev 193750)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2015-12-08 16:16:28 UTC (rev 193751)
@@ -1821,17 +1821,6 @@
 webkit.org/b/112018 accessibility/th-as-title-ui.html [ Failure ]
 webkit.org/b/112021 accessibility/visible-elements.html [ Failure Crash ]
 
-webkit.org/b/111985 accessibility/image-link.html [ Failure ]
-webkit.org/b/111985 accessibility/image-map2.html [ Failure ]
-webkit.org/b/111985 accessibility/lists.html [ Failure ]
-webkit.org/b/111985 accessibility/table-attributes.html [ Failure ]
-webkit.org/b/111985 accessibility/table-cell-spans.html [ Failure ]
-webkit.org/b/111985 accessibility/table-cells.html [ Failure ]
-webkit.org/b/111985 accessibility/table-detection.html [ Failure ]
-webkit.org/b/111985 accessibility/table-one-cell.html [ Failure ]
-webkit.org/b/111985 accessibility/table-sections.html [ Failure ]
-webkit.org/b/111985 accessibility/table-with-rules.html [ Failure ]
-
 # New accessibility test added in r151079 that is failing for EFL.
 webkit.org/b/117182 accessibility/text-role-with-aria-hidden-inside.html [ Failure ]
 

Modified: trunk/LayoutTests/platform/efl/accessibility/image-link-expected.txt (193750 => 193751)


--- trunk/LayoutTests/platform/efl/accessibility/image-link-expected.txt	2015-12-08 16:02:50 UTC (rev 193750)
+++ trunk/LayoutTests/platform/efl/accessibility/image-link-expected.txt	2015-12-08 16:16:28 UTC (rev 193751)
@@ -21,7 +21,7 @@
 AXRequired: 0
 AXChecked: 0
 AXURL: http://www.wowhead.com/?item=33924
-AXPlatformAttributes: html-id:test, toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:link, html-id:test, tag:a, toolkit:WebKitEfl
 
 Child 0:
 AXRole: AXImage
@@ -41,6 +41,6 @@
 AXRequired: 0
 AXChecked: 0
 AXURL: LayoutTests/accessibility/resources/cake.png
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:img, tag:img, toolkit:WebKitEfl
 
 

Modified: trunk/LayoutTests/platform/efl/accessibility/image-map2-expected.txt (193750 => 193751)


--- trunk/LayoutTests/platform/efl/accessibility/image-map2-expected.txt	2015-12-08 16:02:50 UTC (rev 193750)
+++ trunk/LayoutTests/platform/efl/accessibility/image-map2-expected.txt	2015-12-08 16:16:28 UTC (rev 193751)
@@ -17,7 +17,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: html-id:result, toolkit:WebKitEfl
+AXPlatformAttributes: html-id:result, tag:div, toolkit:WebKitEfl
 ------------
 AXRole: AXLink
 AXParent: AXWebArea
@@ -37,7 +37,7 @@
 AXRequired: 0
 AXChecked: 0
 AXURL: http://www.apple.com/
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:link, tag:area, toolkit:WebKitEfl
 ------------
 AXRole: AXLink
 AXParent: AXWebArea
@@ -57,7 +57,7 @@
 AXRequired: 0
 AXChecked: 0
 AXURL: http://www.apple.com/
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:link, tag:area, toolkit:WebKitEfl
 ------------
 
 

Modified: trunk/LayoutTests/platform/efl/accessibility/lists-expected.txt (193750 => 193751)


--- trunk/LayoutTests/platform/efl/accessibility/lists-expected.txt	2015-12-08 16:02:50 UTC (rev 193750)
+++ trunk/LayoutTests/platform/efl/accessibility/lists-expected.txt	2015-12-08 16:16:28 UTC (rev 193751)
@@ -27,7 +27,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:list, tag:ul, toolkit:WebKitEfl
 ------------
 AXRole: AXList
 AXParent: AXWebArea
@@ -45,7 +45,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:list, tag:ol, toolkit:WebKitEfl
 ------------
 AXRole: AXDescriptionList
 AXParent: AXWebArea
@@ -63,7 +63,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: tag:dl, toolkit:WebKitEfl
 ------------
 AXRole: AXGroup
 AXParent: AXWebArea
@@ -82,7 +82,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:group, toolkit:WebKitEfl
 ------------
 
 
@@ -103,7 +103,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:listitem, tag:li, toolkit:WebKitEfl
 ------------
 AXRole: AXListItem
 AXParent: AXList
@@ -122,7 +122,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:listitem, tag:li, toolkit:WebKitEfl
 ------------
 
 
@@ -143,7 +143,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:listitem, tag:li, toolkit:WebKitEfl
 ------------
 AXRole: AXListItem
 AXParent: AXList
@@ -162,7 +162,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:listitem, tag:li, toolkit:WebKitEfl
 ------------
 
 
@@ -183,7 +183,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: tag:dt, toolkit:WebKitEfl
 ------------
 AXRole: AXDescriptionValue
 AXParent: AXDescriptionList
@@ -202,7 +202,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: tag:dd, toolkit:WebKitEfl
 ------------
 AXRole: AXDescriptionTerm
 AXParent: AXDescriptionList
@@ -221,7 +221,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: tag:dt, toolkit:WebKitEfl
 ------------
 AXRole: AXDescriptionValue
 AXParent: AXDescriptionList
@@ -240,7 +240,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: tag:dd, toolkit:WebKitEfl
 ------------
 AXRole: AXDescriptionValue
 AXParent: AXDescriptionList
@@ -259,7 +259,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: tag:dd, toolkit:WebKitEfl
 ------------
 
 

Modified: trunk/LayoutTests/platform/efl/accessibility/table-attributes-expected.txt (193750 => 193751)


--- trunk/LayoutTests/platform/efl/accessibility/table-attributes-expected.txt	2015-12-08 16:02:50 UTC (rev 193750)
+++ trunk/LayoutTests/platform/efl/accessibility/table-attributes-expected.txt	2015-12-08 16:16:28 UTC (rev 193751)
@@ -25,7 +25,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXColumnHeader
 AXParent: AXRow
@@ -44,13 +44,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXColumnHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 70.000000, 66.000000 }
+AXSize: { 71.000000, 66.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: All<\n>Genders
@@ -63,7 +63,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXColumnHeader
 AXParent: AXRow
@@ -82,7 +82,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXColumnHeader
 AXParent: AXRow
@@ -101,7 +101,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 
 
@@ -111,7 +111,7 @@
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 143.000000, 66.000000 }
+AXSize: { 144.000000, 66.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: Ruritanian<\n>Population <\n>Survey
@@ -124,13 +124,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXColumnHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 143.000000, 66.000000 }
+AXSize: { 144.000000, 66.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: Ruritanian<\n>Population <\n>Survey
@@ -143,13 +143,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXRowHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 90.000000, 60.000000 }
+AXSize: { 91.000000, 60.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: All Regions
@@ -162,13 +162,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:rowheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXRowHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 90.000000, 60.000000 }
+AXSize: { 91.000000, 60.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: All Regions
@@ -181,7 +181,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:rowheader, tag:th, toolkit:WebKitEfl
 ------------
 
 
@@ -199,7 +199,7 @@
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 143.000000, 66.000000 }
+AXSize: { 144.000000, 66.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: Ruritanian<\n>Population <\n>Survey
@@ -212,13 +212,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXColumnHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 143.000000, 66.000000 }
+AXSize: { 144.000000, 66.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: Ruritanian<\n>Population <\n>Survey
@@ -231,13 +231,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXColumnHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 69.000000, 66.000000 }
+AXSize: { 70.000000, 66.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: All<\n>Genders
@@ -250,7 +250,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXColumnHeader
 AXParent: AXRow
@@ -269,7 +269,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXColumnHeader
 AXParent: AXRow
@@ -288,13 +288,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXColumnHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 143.000000, 66.000000 }
+AXSize: { 144.000000, 66.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: Ruritanian<\n>Population <\n>Survey
@@ -307,13 +307,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXColumnHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 143.000000, 66.000000 }
+AXSize: { 144.000000, 66.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: Ruritanian<\n>Population <\n>Survey
@@ -326,13 +326,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXColumnHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 69.000000, 66.000000 }
+AXSize: { 70.000000, 66.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: All<\n>Genders
@@ -345,7 +345,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
@@ -364,13 +364,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 67.000000, 36.000000 }
+AXSize: { 68.000000, 36.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: Females
@@ -383,13 +383,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXRowHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 90.000000, 60.000000 }
+AXSize: { 91.000000, 60.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: All Regions
@@ -402,13 +402,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:rowheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 53.000000, 30.000000 }
+AXSize: { 54.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: North
@@ -421,13 +421,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 69.000000, 30.000000 }
+AXSize: { 70.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: 3333
@@ -440,7 +440,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
@@ -459,13 +459,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 67.000000, 30.000000 }
+AXSize: { 68.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: 2222
@@ -478,13 +478,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 AXRole: AXRowHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 90.000000, 60.000000 }
+AXSize: { 91.000000, 60.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: All Regions
@@ -497,13 +497,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:rowheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 53.000000, 30.000000 }
+AXSize: { 54.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: South
@@ -516,13 +516,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 69.000000, 30.000000 }
+AXSize: { 70.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: 3333
@@ -535,7 +535,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
@@ -554,13 +554,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 67.000000, 30.000000 }
+AXSize: { 68.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: 2222
@@ -573,7 +573,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 
 

Modified: trunk/LayoutTests/platform/efl/accessibility/table-cell-spans-expected.txt (193750 => 193751)


--- trunk/LayoutTests/platform/efl/accessibility/table-cell-spans-expected.txt	2015-12-08 16:02:50 UTC (rev 193750)
+++ trunk/LayoutTests/platform/efl/accessibility/table-cell-spans-expected.txt	2015-12-08 16:16:28 UTC (rev 193751)
@@ -12,7 +12,7 @@
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 246.000000, 78.000000 }
+AXSize: { 247.000000, 78.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: Cell A<\n>COLSPAN="2"<\n>ROWSPAN="2"
@@ -25,7 +25,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 {0, 2}, {0, 2}
 
 ----------------------
@@ -34,7 +34,7 @@
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 246.000000, 78.000000 }
+AXSize: { 247.000000, 78.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: Cell A<\n>COLSPAN="2"<\n>ROWSPAN="2"
@@ -47,7 +47,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 {0, 2}, {0, 2}
 
 ----------------------
@@ -69,7 +69,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 {2, 2}, {0, 1}
 
 ----------------------
@@ -91,7 +91,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 {2, 2}, {0, 1}
 
 ----------------------
@@ -113,7 +113,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 {2, 1}, {3, 1}
 
 ----------------------

Modified: trunk/LayoutTests/platform/efl/accessibility/table-cells-expected.txt (193750 => 193751)


--- trunk/LayoutTests/platform/efl/accessibility/table-cells-expected.txt	2015-12-08 16:02:50 UTC (rev 193750)
+++ trunk/LayoutTests/platform/efl/accessibility/table-cells-expected.txt	2015-12-08 16:16:28 UTC (rev 193751)
@@ -27,7 +27,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------------------
 [3,1]
 AXRole: AXCell
@@ -47,14 +47,14 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:th, toolkit:WebKitEfl
 ------------------------
 [1,1]
 AXRole: AXColumnHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 143.000000, 66.000000 }
+AXSize: { 144.000000, 66.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: Ruritanian<\n>Population <\n>Survey
@@ -67,14 +67,14 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------------------
 [2,2]
 AXRole: AXCell
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 69.000000, 30.000000 }
+AXSize: { 70.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: 3333
@@ -87,7 +87,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------------------
 [3,5]
 AXRole: AXCell
@@ -107,7 +107,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------------------
 [100,0]
 

Modified: trunk/LayoutTests/platform/efl/accessibility/table-detection-expected.txt (193750 => 193751)


--- trunk/LayoutTests/platform/efl/accessibility/table-detection-expected.txt	2015-12-08 16:02:50 UTC (rev 193750)
+++ trunk/LayoutTests/platform/efl/accessibility/table-detection-expected.txt	2015-12-08 16:16:28 UTC (rev 193751)
@@ -17,7 +17,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, tag:table, toolkit:WebKitEfl
 
 asdf	asdf
 asdf	asdf
@@ -40,7 +40,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, tag:table, toolkit:WebKitEfl
 
 asdf	asdf
 
@@ -62,7 +62,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: layout-guess:true, toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, layout-guess:true, tag:table, toolkit:WebKitEfl
 
 asdf	asdf
 
@@ -84,7 +84,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, tag:table, toolkit:WebKitEfl
 
 asdf	asdf
 
@@ -106,7 +106,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, tag:table, toolkit:WebKitEfl
 
 asdf	asdf
 
@@ -128,7 +128,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, tag:table, toolkit:WebKitEfl
 
 asdf	asdf
 asdf	asdf
@@ -151,7 +151,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, tag:table, toolkit:WebKitEfl
 
 asdf	asdf
 
@@ -173,7 +173,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: layout-guess:true, toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, layout-guess:true, tag:table, toolkit:WebKitEfl
 
 asdf	asdf
 
@@ -195,7 +195,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: layout-guess:true, toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, layout-guess:true, tag:table, toolkit:WebKitEfl
 
 asdf	asdf
 
@@ -217,7 +217,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, tag:table, toolkit:WebKitEfl
 
 asdf	asdf
 
@@ -239,7 +239,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: layout-guess:true, toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, layout-guess:true, tag:table, toolkit:WebKitEfl
 
 Contributions
 
@@ -261,7 +261,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: layout-guess:true, toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, layout-guess:true, tag:table, toolkit:WebKitEfl
 
 Politics
 Decision '08
@@ -289,7 +289,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, tag:table, toolkit:WebKitEfl
 
 asdf	asdf
 
@@ -311,7 +311,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, tag:table, toolkit:WebKitEfl
 
 asdf	asdf
 asdf	asdf
@@ -334,7 +334,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: layout-guess:true, toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, layout-guess:true, tag:table, toolkit:WebKitEfl
 
 asdf	asdf
 asdf	asdf
@@ -357,7 +357,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, tag:table, toolkit:WebKitEfl
 
 asdf	asdf
 asdf
@@ -381,7 +381,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, tag:table, toolkit:WebKitEfl
 
 asdf	asdf
 asdf
@@ -405,7 +405,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, tag:table, toolkit:WebKitEfl
 
 asdf	asdf
 asdf	asdf
@@ -428,7 +428,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, tag:table, toolkit:WebKitEfl
 
 asdf
 asdf
@@ -473,7 +473,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, toolkit:WebKitEfl
 
 head	head2
 asdf	asdf

Modified: trunk/LayoutTests/platform/efl/accessibility/table-one-cell-expected.txt (193750 => 193751)


--- trunk/LayoutTests/platform/efl/accessibility/table-one-cell-expected.txt	2015-12-08 16:02:50 UTC (rev 193750)
+++ trunk/LayoutTests/platform/efl/accessibility/table-one-cell-expected.txt	2015-12-08 16:16:28 UTC (rev 193751)
@@ -17,4 +17,4 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: layout-guess:true, toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, layout-guess:true, tag:table, toolkit:WebKitEfl

Modified: trunk/LayoutTests/platform/efl/accessibility/table-sections-expected.txt (193750 => 193751)


--- trunk/LayoutTests/platform/efl/accessibility/table-sections-expected.txt	2015-12-08 16:02:50 UTC (rev 193750)
+++ trunk/LayoutTests/platform/efl/accessibility/table-sections-expected.txt	2015-12-08 16:16:28 UTC (rev 193751)
@@ -34,13 +34,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXColumnHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 28.000000, 30.000000 }
+AXSize: { 29.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: a
@@ -53,7 +53,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
@@ -72,7 +72,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 
 
@@ -82,7 +82,7 @@
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 20.000000, 30.000000 }
+AXSize: { 21.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: 1
@@ -95,13 +95,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXRowHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 20.000000, 30.000000 }
+AXSize: { 21.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: 1
@@ -114,13 +114,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:rowheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXRowHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 20.000000, 30.000000 }
+AXSize: { 21.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: 1
@@ -133,7 +133,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:rowheader, tag:th, toolkit:WebKitEfl
 ------------
 
 AXParent: (null)
@@ -167,7 +167,7 @@
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 20.000000, 30.000000 }
+AXSize: { 21.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: 1
@@ -180,13 +180,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXColumnHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 27.000000, 30.000000 }
+AXSize: { 28.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: a
@@ -199,7 +199,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
@@ -218,13 +218,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 AXRole: AXRowHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 20.000000, 30.000000 }
+AXSize: { 21.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: 1
@@ -237,13 +237,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:rowheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 27.000000, 30.000000 }
+AXSize: { 28.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: c
@@ -256,7 +256,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
@@ -275,13 +275,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 AXRole: AXRowHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 20.000000, 30.000000 }
+AXSize: { 21.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: 1
@@ -294,13 +294,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:rowheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 27.000000, 30.000000 }
+AXSize: { 28.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: c1
@@ -313,7 +313,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
@@ -332,13 +332,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 20.000000, 30.000000 }
+AXSize: { 21.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: 1
@@ -351,13 +351,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 27.000000, 30.000000 }
+AXSize: { 28.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: e
@@ -370,7 +370,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
@@ -389,7 +389,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 
 
@@ -407,7 +407,7 @@
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 20.000000, 30.000000 }
+AXSize: { 21.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: 1
@@ -420,13 +420,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXColumnHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 27.000000, 30.000000 }
+AXSize: { 28.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: a
@@ -439,7 +439,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
@@ -458,7 +458,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 
 
@@ -468,7 +468,7 @@
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 20.000000, 30.000000 }
+AXSize: { 21.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: 1
@@ -481,13 +481,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXRowHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 20.000000, 30.000000 }
+AXSize: { 21.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: 1
@@ -500,13 +500,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:rowheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXRowHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 20.000000, 30.000000 }
+AXSize: { 21.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: 1
@@ -519,7 +519,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:rowheader, tag:th, toolkit:WebKitEfl
 ------------
 
 AXParent: (null)
@@ -553,7 +553,7 @@
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 20.000000, 30.000000 }
+AXSize: { 21.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: 1
@@ -566,13 +566,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXColumnHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 27.000000, 30.000000 }
+AXSize: { 28.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: a
@@ -585,7 +585,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:columnheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
@@ -604,13 +604,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 AXRole: AXRowHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 20.000000, 30.000000 }
+AXSize: { 21.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: 1
@@ -623,13 +623,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:rowheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 27.000000, 30.000000 }
+AXSize: { 28.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: c
@@ -642,7 +642,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
@@ -661,13 +661,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 AXRole: AXRowHeader
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 20.000000, 30.000000 }
+AXSize: { 21.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: 1
@@ -680,13 +680,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:rowheader, tag:th, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 27.000000, 30.000000 }
+AXSize: { 28.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: c1
@@ -699,7 +699,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
@@ -718,13 +718,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 20.000000, 30.000000 }
+AXSize: { 21.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: 1
@@ -737,13 +737,13 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
-AXSize: { 27.000000, 30.000000 }
+AXSize: { 28.000000, 30.000000 }
 AXTitle: 
 AXDescription: 
 AXValue: e
@@ -756,7 +756,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 AXRole: AXCell
 AXParent: AXRow
@@ -775,7 +775,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:cell, tag:td, toolkit:WebKitEfl
 ------------
 
 

Modified: trunk/LayoutTests/platform/efl/accessibility/table-with-rules-expected.txt (193750 => 193751)


--- trunk/LayoutTests/platform/efl/accessibility/table-with-rules-expected.txt	2015-12-08 16:02:50 UTC (rev 193750)
+++ trunk/LayoutTests/platform/efl/accessibility/table-with-rules-expected.txt	2015-12-08 16:16:28 UTC (rev 193751)
@@ -21,7 +21,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: html-id:testTable2, toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, html-id:testTable2, tag:table, toolkit:WebKitEfl
 
 AXRole: AXTable
 AXParent: AXWebArea
@@ -39,7 +39,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: html-id:testTable3, toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, html-id:testTable3, tag:table, toolkit:WebKitEfl
 
 AXRole: AXTable
 AXParent: AXWebArea
@@ -57,7 +57,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: html-id:testTable4, toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, html-id:testTable4, tag:table, toolkit:WebKitEfl
 
 AXRole: AXTable
 AXParent: AXWebArea
@@ -75,7 +75,7 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: layout-guess:true, html-id:testTable5, toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:table, layout-guess:true, html-id:testTable5, tag:table, toolkit:WebKitEfl
 
 AXRole: AXGroup
 AXParent: AXWebArea
@@ -94,6 +94,6 @@
 AXExpanded: 0
 AXRequired: 0
 AXChecked: 0
-AXPlatformAttributes: toolkit:WebKitEfl
+AXPlatformAttributes: computed-role:group, toolkit:WebKitEfl
 
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to