Title: [184721] trunk/LayoutTests
Revision
184721
Author
cfleiz...@apple.com
Date
2015-05-21 10:45:48 -0700 (Thu, 21 May 2015)

Log Message

AX: improve list heuristics (presentational use versus actual lists)
https://bugs.webkit.org/show_bug.cgi?id=134187

Unreviewed layout test fixage.

Skip the list-detection2.html test on GTK until it can be investigated.
    https://bugs.webkit.org/show_bug.cgi?id=145273
Fix a failing test on GTK that needed an update after the last set of changes.
Skip the test on windows until a time someone can decide if we even expose or need lists in Windows AX API.
    https://bugs.webkit.org/show_bug.cgi?id=145271

* platform/gtk/TestExpectations:
* platform/gtk/accessibility/list-detection-expected.txt:
* platform/win/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (184720 => 184721)


--- trunk/LayoutTests/ChangeLog	2015-05-21 17:45:21 UTC (rev 184720)
+++ trunk/LayoutTests/ChangeLog	2015-05-21 17:45:48 UTC (rev 184721)
@@ -1,3 +1,20 @@
+2015-05-21  Chris Fleizach  <cfleiz...@apple.com>
+
+        AX: improve list heuristics (presentational use versus actual lists)
+        https://bugs.webkit.org/show_bug.cgi?id=134187
+
+        Unreviewed layout test fixage.
+
+        Skip the list-detection2.html test on GTK until it can be investigated.
+            https://bugs.webkit.org/show_bug.cgi?id=145273
+        Fix a failing test on GTK that needed an update after the last set of changes.
+        Skip the test on windows until a time someone can decide if we even expose or need lists in Windows AX API.
+            https://bugs.webkit.org/show_bug.cgi?id=145271
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/accessibility/list-detection-expected.txt:
+        * platform/win/TestExpectations:
+
 2015-05-21  Said Abou-Hallawa  <sabouhall...@apple.com>
 
         SVG as image uses very tiny default font-size

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (184720 => 184721)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2015-05-21 17:45:21 UTC (rev 184720)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2015-05-21 17:45:48 UTC (rev 184721)
@@ -491,6 +491,7 @@
 Bug(GTK) css3/filters/backdrop [ Skip ]
 
 webkit.org/b/141072 accessibility/frame-disconnect-textmarker-cache-crash.html [ Failure ]
+webkit.org/b/145273 accessibility/list-detection2.html [ Failure ]
 
 webkit.org/b/141423 css3/calc/line-height.html [ Failure ]
 webkit.org/b/141423 editing/pasteboard/simplfiying-markup-should-not-strip-content.html [ Failure ]

Modified: trunk/LayoutTests/platform/gtk/accessibility/list-detection-expected.txt (184720 => 184721)


--- trunk/LayoutTests/platform/gtk/accessibility/list-detection-expected.txt	2015-05-21 17:45:21 UTC (rev 184720)
+++ trunk/LayoutTests/platform/gtk/accessibility/list-detection-expected.txt	2015-05-21 17:45:48 UTC (rev 184721)
@@ -35,8 +35,8 @@
 PASS axElement.role == 'AXRole: AXList' is true
 
 
-Unordered list with more than 1 item and no style is a list.
-PASS axElement.role == 'AXRole: AXList' is true
+Unordered list with more than 1 item and no style is not a list.
+PASS axElement.role == 'AXRole: AXList' is false
 
 
 Unordered list with 1 item and no style is not list.

Modified: trunk/LayoutTests/platform/win/TestExpectations (184720 => 184721)


--- trunk/LayoutTests/platform/win/TestExpectations	2015-05-21 17:45:21 UTC (rev 184720)
+++ trunk/LayoutTests/platform/win/TestExpectations	2015-05-21 17:45:48 UTC (rev 184721)
@@ -1330,8 +1330,10 @@
 webkit.org/b/140798 [ Debug ] accessibility/legend-children-are-visible.html [ Skip ] # Debug assertion
 webkit.org/b/140798 [ Release ] accessibility/link-inside-button-accessible-text.html [ Failure ]
 webkit.org/b/140798 [ Debug ] accessibility/link-inside-button-accessible-text.html [ Skip ] # Debug assertion
-webkit.org/b/140798 [ Release ] accessibility/list-detection.html [ Failure ]
-webkit.org/b/140798 [ Debug ] accessibility/list-detection.html [ Skip ] # Debug assertion
+webkit.org/b/145271 [ Release ] accessibility/list-detection.html [ Failure ]
+webkit.org/b/145271 [ Debug ] accessibility/list-detection.html [ Skip ] # Debug assertion
+webkit.org/b/145271 [ Release ] accessibility/list-detection2.html [ Failure ]
+webkit.org/b/145271 [ Debug ] accessibility/list-detection2.html [ Failure ]
 webkit.org/b/140798 [ Release ] accessibility/listitem-title.html [ Failure ]
 webkit.org/b/140798 [ Debug ] accessibility/listitem-title.html [ Skip ] # Debug assertion
 webkit.org/b/140798 [ Release ] accessibility/math-multiscript-attributes.html [ Failure ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to