Title: [191972] trunk/LayoutTests
Revision
191972
Author
n_w...@apple.com
Date
2015-11-03 13:28:55 -0800 (Tue, 03 Nov 2015)

Log Message

AX: Add support for ARIA 1.1 attribute 'aria-modal' for dialog and alertdialog
https://bugs.webkit.org/show_bug.cgi?id=138566

Skip failing tests on windows platform.

Reviewed by Chris Fleizach.

* platform/win/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (191971 => 191972)


--- trunk/LayoutTests/ChangeLog	2015-11-03 21:01:12 UTC (rev 191971)
+++ trunk/LayoutTests/ChangeLog	2015-11-03 21:28:55 UTC (rev 191972)
@@ -1,3 +1,14 @@
+2015-11-03  Nan Wang  <n_w...@apple.com>
+
+        AX: Add support for ARIA 1.1 attribute 'aria-modal' for dialog and alertdialog
+        https://bugs.webkit.org/show_bug.cgi?id=138566
+
+        Skip failing tests on windows platform.
+
+        Reviewed by Chris Fleizach.
+
+        * platform/win/TestExpectations:
+
 2015-11-03  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         font-variant-* properties in @font-face declarations should be honored

Modified: trunk/LayoutTests/platform/win/TestExpectations (191971 => 191972)


--- trunk/LayoutTests/platform/win/TestExpectations	2015-11-03 21:01:12 UTC (rev 191971)
+++ trunk/LayoutTests/platform/win/TestExpectations	2015-11-03 21:28:55 UTC (rev 191972)
@@ -1702,6 +1702,10 @@
 webkit.org/b/146903 accessibility/aria-table-hierarchy.html [ Skip ]
 webkit.org/b/146903 accessibility/roles-table-and-cell.html [ Skip ]
 
+# Skip aria-modal tests for win
+webkit.org/b/138566 accessibility/aria-modal.html [ Skip ]
+webkit.org/b/138566 accessibility/aria-modal-multiple-dialogs.html [ Skip ]
+
 ################################################################################
 #######################   End Accessibility Issues   ###########################
 ################################################################################
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to