Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
AX: Add support for ARIA 1.1 attribute 'aria-modal' for dialog and al…
…ertdialog

https://bugs.webkit.org/show_bug.cgi?id=138566

Skip failing tests on windows platform.

Reviewed by Chris Fleizach.

* platform/win/TestExpectations:


Canonical link: https://commits.webkit.org/169058@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@191972 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
Nan Wang committed Nov 3, 2015
1 parent b65d4d7 commit 45d5603
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
2015-11-03 Nan Wang <n_wang@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 <mmaxfield@apple.com>

font-variant-* properties in @font-face declarations should be honored
Expand Down
4 changes: 4 additions & 0 deletions LayoutTests/platform/win/TestExpectations
Expand Up @@ -1702,6 +1702,10 @@ webkit.org/b/140869 [ Debug ] accessibility/aria-combobox.html [ Skip ]
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 ###########################
################################################################################
Expand Down

0 comments on commit 45d5603

Please sign in to comment.