Title: [182002] trunk/LayoutTests
Revision
182002
Author
cfleiz...@apple.com
Date
2015-03-25 23:01:59 -0700 (Wed, 25 Mar 2015)

Log Message

AX: table cells that use display:block render the table inaccessible to VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=143007

Unreviewed, layout test fix.

Skip associated accessibility/table-cell-display-block.html on failing platforms.

* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
    Specific platform changes in children ordering need to be updated to make this test pass.
* platform/win/TestExpectations:
    Need to implement cellForRowAndColumn.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (182001 => 182002)


--- trunk/LayoutTests/ChangeLog	2015-03-26 05:32:19 UTC (rev 182001)
+++ trunk/LayoutTests/ChangeLog	2015-03-26 06:01:59 UTC (rev 182002)
@@ -1,3 +1,18 @@
+2015-03-25  Chris Fleizach  <cfleiz...@apple.com>
+
+        AX: table cells that use display:block render the table inaccessible to VoiceOver
+        https://bugs.webkit.org/show_bug.cgi?id=143007
+
+        Unreviewed, layout test fix.
+
+        Skip associated accessibility/table-cell-display-block.html on failing platforms.
+
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+            Specific platform changes in children ordering need to be updated to make this test pass.
+        * platform/win/TestExpectations:
+            Need to implement cellForRowAndColumn.
+
 2015-03-25  Filip Pizlo  <fpi...@apple.com>
 
         Heap variables shouldn't end up in the stack frame

Modified: trunk/LayoutTests/platform/efl/TestExpectations (182001 => 182002)


--- trunk/LayoutTests/platform/efl/TestExpectations	2015-03-26 05:32:19 UTC (rev 182001)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2015-03-26 06:01:59 UTC (rev 182002)
@@ -441,6 +441,9 @@
 # ATK does not support helpText/aria-help
 accessibility/aria-help.html [ Skip ]
 
+# Need platform specific update to test to make it run.
+webkit.org/b/143083 accessibility/table-cell-display-block.html [ Skip ]
+
 # ENABLE_GAMEPAD not enabled.
 webkit.org/b/134718 gamepad [ Skip ]
 

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (182001 => 182002)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2015-03-26 05:32:19 UTC (rev 182001)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2015-03-26 06:01:59 UTC (rev 182002)
@@ -1591,6 +1591,9 @@
 
 webkit.org/b/79757 fast/selectors/selection-window-inactive.html [ ImageOnlyFailure ]
 
+# Need platform specific update to test to make it run.
+webkit.org/b/143083 accessibility/table-cell-display-block.html [ Skip ]
+
 webkit.org/b/98357 accessibility/aria-readonly.html [ Failure ]
 webkit.org/b/98359 accessibility/aria-text-role.html [ Failure ]
 webkit.org/b/98363 accessibility/canvas-fallback-content-2.html [ Failure ]

Modified: trunk/LayoutTests/platform/win/TestExpectations (182001 => 182002)


--- trunk/LayoutTests/platform/win/TestExpectations	2015-03-26 05:32:19 UTC (rev 182001)
+++ trunk/LayoutTests/platform/win/TestExpectations	2015-03-26 06:01:59 UTC (rev 182002)
@@ -1257,6 +1257,9 @@
 accessibility/axpress-on-aria-button.html [ Skip ]
 accessibility/svg-element-press.html [ Skip ]
 
+# Missing cellForColumnAndRow implementation in DRT
+webkit.org/b/143081 accessibility/table-cell-display-block.html [ Skip ]
+
 # Accessibility tests for notifications that don't exist or aren't needed on Mac OS X (or Windows)
 accessibility/aria-checkbox-sends-notification.html [ Skip ]
 accessibility/combo-box-collapsed-selection-changed.html [ Skip ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to