Title: [189163] trunk/LayoutTests
Revision
189163
Author
[email protected]
Date
2015-08-30 23:22:10 -0700 (Sun, 30 Aug 2015)

Log Message

AX: When navigating the elements of a scrollable element with VoiceOver, the scrollTop() position of the element does not permanently change
https://bugs.webkit.org/show_bug.cgi?id=125720

Unreviewed. Skip failing tests on Windows due to lack of DRT implementations.

* platform/win/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (189162 => 189163)


--- trunk/LayoutTests/ChangeLog	2015-08-31 05:53:37 UTC (rev 189162)
+++ trunk/LayoutTests/ChangeLog	2015-08-31 06:22:10 UTC (rev 189163)
@@ -1,3 +1,12 @@
+2015-08-30  Chris Fleizach  <[email protected]>
+
+        AX: When navigating the elements of a scrollable element with VoiceOver, the scrollTop() position of the element does not permanently change
+        https://bugs.webkit.org/show_bug.cgi?id=125720
+
+        Unreviewed. Skip failing tests on Windows due to lack of DRT implementations.
+
+        * platform/win/TestExpectations:
+
 2015-08-30  Chris Dumez  <[email protected]>
 
         Unreviewed, mark http/tests/w3c/dom/nodes/Element-matches.html as flaky.

Modified: trunk/LayoutTests/platform/win/TestExpectations (189162 => 189163)


--- trunk/LayoutTests/platform/win/TestExpectations	2015-08-31 05:53:37 UTC (rev 189162)
+++ trunk/LayoutTests/platform/win/TestExpectations	2015-08-31 06:22:10 UTC (rev 189163)
@@ -1545,6 +1545,17 @@
 [ Debug ] accessibility/heading-title-includes-links.html [ Skip ]
 webkit.org/b/140867 [ Debug ] accessibility/spinbutton-value.html [ Skip ]
 
+# Missing support for scrollTo* methods.
+accessibility/scroll-to-global-point-iframe-nested.html [ Skip ]
+accessibility/scroll-to-global-point-iframe.html [ Skip ]
+accessibility/scroll-to-global-point-main-window.html [ Skip ]
+accessibility/scroll-to-global-point-nested.html [ Skip ]
+accessibility/scroll-to-make-visible-div-overflow.html [ Skip ]
+accessibility/scroll-to-make-visible-iframe.html [ Skip ]
+accessibility/scroll-to-make-visible-nested-2.html [ Skip ]
+accessibility/scroll-to-make-visible-nested.html [ Skip ]
+accessibility/scroll-to-make-visible-with-subfocus.html [ Skip ]
+
 # Apparently missing support for roleDescription on Windows.
 accessibility/aria-roledescription.html [ Failure ]
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to