⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 285805 in webkit


Ignore:
Timestamp:
Nov 15, 2021, 6:46:03 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

AX: Un-skip accessibility/mac/search-predicate-for-adhoc-radio-groups.html for Mac WK1
https://bugs.webkit.org/show_bug.cgi?id=233116

Patch by Tyler Wilcock <Tyler Wilcock> on 2021-11-15
Reviewed by Andres Gonzalez.

https://bugs.webkit.org/show_bug.cgi?id=233017 implemented
AccessibilityUIElement::domIdentifier for WK1, so we don't
need to skip accessibility/mac/search-predicate-for-adhoc-radio-groups.html anymore.

  • platform/mac-wk1/TestExpectations:

Un-skip because AccessibilityUIElement::domIdentifier is now
implemented.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r285803 r285805  
     12021-11-15  Tyler Wilcock  <tyler_w@apple.com>
     2
     3        AX: Un-skip accessibility/mac/search-predicate-for-adhoc-radio-groups.html for Mac WK1
     4        https://bugs.webkit.org/show_bug.cgi?id=233116
     5
     6        Reviewed by Andres Gonzalez.
     7
     8        https://bugs.webkit.org/show_bug.cgi?id=233017 implemented
     9        AccessibilityUIElement::domIdentifier for WK1, so we don't
     10        need to skip accessibility/mac/search-predicate-for-adhoc-radio-groups.html anymore.
     11
     12        * platform/mac-wk1/TestExpectations:
     13        Un-skip because AccessibilityUIElement::domIdentifier is now
     14        implemented.
     15
    1162021-11-15  Cathie Chen  <cathiechen@igalia.com>
    217
  • trunk/LayoutTests/platform/mac-wk1/TestExpectations

    r285785 r285805  
    596596editing/spelling/spelling-unified-emulation.html [ Failure ]
    597597
    598 # Skip due to lack of DumpRenderTree `AccessibilityUIElement::domIdentifer` implementation.
    599 accessibility/mac/search-predicate-for-adhoc-radio-groups.html [ Skip ]
    600 
    601598# <rdar://problem/26050923> The result is probably still a pass, but we don't have a way
    602599# to have platform specific results that are different between WK1 and WK2.
Note: See TracChangeset for help on using the changeset viewer.