haikuwebkit/LayoutTests/accessibility/mac
Andres Gonzalez 3ccce48b8c Rename AccessibilityUIElement::setSelectedVisibleTextRange to setSelectedTextMarkerRange for naming consistency and maintainability.
https://bugs.webkit.org/show_bug.cgi?id=229290
<rdar://problem/82128453>

Reviewed by Chris Fleizach.

Tools:

Renamed this method for consistency and to reflect what it is actually
doing. The goal is to avoid confusion with methods for VisiblePosition,
VisibleSelection and so forth, which are Core objects not exposed to AX
clients.

* DumpRenderTree/AccessibilityUIElement.cpp:
(setSelectedTextMarkerRangeCallback):
(AccessibilityUIElement::setSelectedTextMarkerRange):
(AccessibilityUIElement::getJSClass):
(setSelectedVisibleTextRangeCallback): Deleted.
(AccessibilityUIElement::setSelectedVisibleTextRange): Deleted.
* DumpRenderTree/AccessibilityUIElement.h:
* DumpRenderTree/ios/AccessibilityUIElementIOS.mm:
(AccessibilityUIElement::setSelectedTextMarkerRange):
(AccessibilityUIElement::setSelectedVisibleTextRange): Deleted.
* DumpRenderTree/mac/AccessibilityUIElementMac.mm:
(AccessibilityUIElement::setSelectedTextMarkerRange):
(AccessibilityUIElement::setSelectedVisibleTextRange): Deleted.
* WebKitTestRunner/InjectedBundle/AccessibilityUIElement.h:
* WebKitTestRunner/InjectedBundle/Bindings/AccessibilityUIElement.idl:
* WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp:
(WTR::AccessibilityUIElement::setSelectedTextMarkerRange):
(WTR::AccessibilityUIElement::setSelectedVisibleTextRange): Deleted.
* WebKitTestRunner/InjectedBundle/ios/AccessibilityUIElementIOS.mm:
(WTR::AccessibilityUIElement::setSelectedTextMarkerRange):
(WTR::AccessibilityUIElement::setSelectedVisibleTextRange): Deleted.
* WebKitTestRunner/InjectedBundle/mac/AccessibilityUIElementMac.mm:
(WTR::AccessibilityUIElement::setSelectedTextMarkerRange):
(WTR::AccessibilityUIElement::setSelectedVisibleTextRange): Deleted.
* WebKitTestRunner/InjectedBundle/win/AccessibilityUIElementWin.cpp:
(WTR::AccessibilityUIElement::setSelectedTextMarkerRange):
(WTR::AccessibilityUIElement::setSelectedVisibleTextRange): Deleted.

LayoutTests:

Updated all test files to use new name.

* accessibility/mac/selected-visible-position-range.html:
* accessibility/mac/selection-sync.html:
* accessibility/mac/wk1-set-selected-text-marker-range-input-element.html:


Canonical link: https://commits.webkit.org/240699@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@281274 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-08-19 22:28:50 +00:00
..
attributed-string AX: WebKit seems to be running spell checker even on non-editable content text 2018-03-10 03:53:41 +00:00
resources Web content process hangs in AccessibilityRenderObject::setSelectedVisiblePositionRange in some corner cases. 2020-07-07 19:49:55 +00:00
search-text Accessibility text search and selection API enhancements. 2019-04-23 20:31:51 +00:00
select-text Unreviewed, rolling out r207578. 2016-10-25 19:22:12 +00:00
value-change Many accessibility js-tests use waitUntilDone 2017-05-19 23:37:59 +00:00
abbr-acronym-tags-expected.txt
abbr-acronym-tags.html
accessibility-make-first-responder-expected.txt AX: Keyboard focus not following VoiceOver cursor into web content or within web content. 2018-02-21 04:17:20 +00:00
accessibility-make-first-responder.html Layout Test accessibility/mac/accessibility-make-first-responder.html is flaky 2018-03-01 02:15:23 +00:00
accesskey-expected.txt Fix for LayoutTests/accessibility/Mac/accesskey.html in isolated tree mode. 2020-11-07 01:11:51 +00:00
accesskey.html Fix for LayoutTests/accessibility/Mac/accesskey.html in isolated tree mode. 2020-11-07 01:11:51 +00:00
alt-for-css-content-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
alt-for-css-content.html
ancestor-attributes-expected.txt AX: attributes to retrieve focusable and editable ancestors 2016-03-17 22:43:21 +00:00
ancestor-attributes.html AX: attributes to retrieve focusable and editable ancestors 2016-03-17 22:43:21 +00:00
apple-pay-labels-expected.txt AX: Automatically compute accessibility labels for Apple Pay buttons 2019-04-09 00:58:19 +00:00
apple-pay-labels.html AX: Automatically compute accessibility labels for Apple Pay buttons 2019-04-09 00:58:19 +00:00
apple-pay-session-v4-expected.txt AX: Automatically compute accessibility labels for Apple Pay buttons 2019-04-09 00:58:19 +00:00
apple-pay-session-v4.html AX: Automatically compute accessibility labels for Apple Pay buttons 2019-04-09 00:58:19 +00:00
area-with-aria-label-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
area-with-aria-label.html
aria-alerts-expected.txt
aria-alerts.html
aria-columnrowheaders-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
aria-columnrowheaders.html
aria-current-attribute-exposed-expected.txt AX: AXARIACurrent exposed but not displayed in Accessibility Inspector 2016-03-18 17:48:14 +00:00
aria-current-attribute-exposed.html AX: AXARIACurrent exposed but not displayed in Accessibility Inspector 2016-03-18 17:48:14 +00:00
aria-describedby-fieldset-expected.txt AX: VoiceOver on macOS does not announce fieldset description from aria-describedby when focussing inputs 2018-05-31 02:27:08 +00:00
aria-describedby-fieldset.html AX: VoiceOver on macOS does not announce fieldset description from aria-describedby when focussing inputs 2018-05-31 02:27:08 +00:00
aria-details-expected.txt AX: Consider implementing @aria-details. 2021-03-25 23:35:20 +00:00
aria-details.html AX: Consider implementing @aria-details. 2021-03-25 23:35:20 +00:00
aria-directory-expected.txt
aria-directory.html
aria-divs-not-ignored-expected.txt
aria-divs-not-ignored.html
aria-drag-drop-expected.txt
aria-drag-drop.html
aria-errormessage-expected.txt WebAccessibilityObjectWrapper method to retrieve related error message elements should return not-ignored accessibility elements. 2021-03-01 21:09:47 +00:00
aria-errormessage.html WebAccessibilityObjectWrapper method to retrieve related error message elements should return not-ignored accessibility elements. 2021-03-01 21:09:47 +00:00
aria-expanded-not-exposed-when-undefined-expected.txt
aria-expanded-not-exposed-when-undefined.html
aria-expanded-notifications-expected.txt Fix for accessibility/mac/aria-expanded-notifications.html in isolated tree mode. 2020-08-19 00:54:45 +00:00
aria-expanded-notifications.html Fix for accessibility/mac/aria-expanded-notifications.html in isolated tree mode. 2020-08-19 00:54:45 +00:00
aria-expanded-standard-items-expected.txt
aria-expanded-standard-items.html
aria-grid-with-strange-hierarchy-expected.txt
aria-grid-with-strange-hierarchy.html
aria-grouping-roles-expected.txt AX: ARIA 'region' role is now a landmark; HTML 'section' element should be a landmark only if named 2016-05-04 12:54:59 +00:00
aria-grouping-roles.html AX: ARIA "region" role which lacks an accessible name should not be treated as a landmark 2017-04-29 02:07:21 +00:00
aria-hidden-changes-for-non-ignored-elements-expected.txt
aria-hidden-changes-for-non-ignored-elements.html AXObjectCache::childrenChanged shouldn't update layout or style during another style recalc 2019-02-12 09:28:44 +00:00
aria-image-emits-object-replacement-expected.txt
aria-image-emits-object-replacement.html
aria-label-overrides-visible-text-expected.txt
aria-label-overrides-visible-text.html
aria-labelledby-multiple-child-crash-expected.txt
aria-labelledby-multiple-child-crash.html AX: Web page reloaded when a node is labelling multiple childnodes 2017-07-19 19:18:40 +00:00
aria-listbox-selectedchildren-change-expected.txt
aria-listbox-selectedchildren-change.html AX: Defer attribute computation until needed. 2018-02-08 18:10:20 +00:00
aria-liveregion-on-image-expected.txt Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
aria-liveregion-on-image.html Many accessibility js-tests use waitUntilDone 2017-05-19 23:37:59 +00:00
aria-liveregions-addedelement-expected.txt
aria-liveregions-addedelement.html Many accessibility js-tests use waitUntilDone 2017-05-19 23:37:59 +00:00
aria-liveregions-changedalt-expected.txt
aria-liveregions-changedalt.html Many accessibility js-tests use waitUntilDone 2017-05-19 23:37:59 +00:00
aria-liveregions-changedtext-expected.txt
aria-liveregions-changedtext.html Many accessibility js-tests use waitUntilDone 2017-05-19 23:37:59 +00:00
aria-liveregions-notifications-always-sent-expected.txt
aria-liveregions-notifications-always-sent.html
aria-liveregions-notifications-expected.txt
aria-liveregions-notifications.html
aria-liveregions-removedelement-expected.txt
aria-liveregions-removedelement.html Many accessibility js-tests use waitUntilDone 2017-05-19 23:37:59 +00:00
aria-menu-closed-notification-expected.txt Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
aria-menu-closed-notification.html
aria-menu-item-selected-notification-expected.txt
aria-menu-item-selected-notification.html AX: defer focusedUIElement notifications 2018-02-13 07:59:28 +00:00
aria-menu-open-notification-expected.txt
aria-menu-open-notification.html
aria-menu-role-descriptions-expected.txt
aria-menu-role-descriptions.html
aria-menubar-expected.txt
aria-menubar.html
aria-menuitem-checked-value-expected.txt Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
aria-menuitem-checked-value.html
aria-menuitem-focus-expected.txt
aria-menuitem-focus.html
aria-modal-auto-focus-expected.txt AX: Focus should jump into modal dialogs when one appears 2017-01-04 03:07:03 +00:00
aria-modal-auto-focus.html AX: aria-modal nodes wrapped in aria-hidden are not honored 2020-06-29 18:54:16 +00:00
aria-multiline-expected.txt
aria-multiline.html
aria-multiple-liveregions-notification-expected.txt AccessibilityRenderObject::textChanged() bypasses AXLiveRegionChanged notification coalescing 2017-01-22 02:29:15 +00:00
aria-multiple-liveregions-notification.html LayoutTests/accessibility/mac/aria-multiple-liveregions-notification.html should force layout after r216726. 2017-05-19 18:47:03 +00:00
aria-multiselectable-expected.txt Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
aria-multiselectable.html
aria-popup-buttons-on-native-elements-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
aria-popup-buttons-on-native-elements.html
aria-popup-expected.txt
aria-popup.html
aria-pressed-button-attributes-expected.txt
aria-pressed-button-attributes.html
aria-radiobutton-text-expected.txt
aria-radiobutton-text.html
aria-radiogroup-expected.txt
aria-radiogroup.html
aria-required-popup-button-expected.txt
aria-required-popup-button.html
aria-slider-expected.txt
aria-slider.html
aria-spinbutton-crash-expected.txt
aria-spinbutton-crash.html
aria-spinbutton-expected.txt
aria-spinbutton.html
aria-table-with-colspan-cells-expected.txt
aria-table-with-colspan-cells.html
aria-toolbar-expected.txt
aria-toolbar.html
aria-tree-activedescendant-expected.txt
aria-tree-activedescendant.html
aria-tree-expected.txt
aria-tree-index-of-items-expected.txt Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
aria-tree-index-of-items.html
aria-tree-item-children-expected.txt AX: tree item children returned from ranged getter are different from full array of children 2015-08-05 03:38:58 +00:00
aria-tree-item-children.html AX: tree item children returned from ranged getter are different from full array of children 2015-08-05 03:38:58 +00:00
aria-tree-item-name-expected.txt AX: role=treeitem accessible name not spoken to VoiceOver macOS when using string contained inside element 2017-01-12 00:11:00 +00:00
aria-tree-item-name.html AX: role=treeitem accessible name not spoken to VoiceOver macOS when using string contained inside element 2017-01-12 00:11:00 +00:00
aria-tree-with-presentation-role-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
aria-tree-with-presentation-role.html AX: VoiceOver is not detecting ARIA treeview if it contains role="presentation" 2016-10-21 01:15:21 +00:00
aria-tree.html
aria-treegrid-expected.txt
aria-treegrid.html
aria-valuetext-expected.txt
aria-valuetext-on-native-slider-expected.txt
aria-valuetext-on-native-slider.html
aria-valuetext.html
async-increment-decrement-action-expected.txt Layout Test accessibility/mac/async-increment-decrement-action.html is flaky 2018-04-20 21:02:55 +00:00
async-increment-decrement-action.html Layout Test accessibility/mac/async-increment-decrement-action.html is flaky 2018-04-20 21:02:55 +00:00
attachment-element-replacement-character-expected.txt [LFC][Integration] Remove ensureLineBoxes call from RenderedPosition constructor 2020-11-21 19:43:11 +00:00
attachment-element-replacement-character.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
attributed-string-includes-highlighting-expected.txt
attributed-string-includes-highlighting.html Fix for multiple accessibility layout tests in isolated tree mode. 2020-10-15 18:43:29 +00:00
attributed-string-includes-misspelled-with-selection-expected.txt
attributed-string-includes-misspelled-with-selection.html
attributed-string-with-listitem-multiple-lines-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
attributed-string-with-listitem-multiple-lines.html AX: VoiceOver: Navigating Numbered Lists Causes Number to be announced On Each Line of List 2016-03-29 22:19:40 +00:00
bounds-for-range-crash-expected.txt AX: CrashTracer: com.apple.WebKit.WebContent at WebCore::AXObjectCache::localCaretRectForCharacterOffset(WebCore::RenderObject*&, WebCore::CharacterOffset const&) + 116 2016-09-28 04:09:21 +00:00
bounds-for-range-crash.html AX: CrashTracer: com.apple.WebKit.WebContent at WebCore::AXObjectCache::localCaretRectForCharacterOffset(WebCore::RenderObject*&, WebCore::CharacterOffset const&) + 116 2016-09-28 04:09:21 +00:00
bounds-for-range-expected.txt Support AXCoreObject::elementPath for text elements. 2020-10-14 22:47:26 +00:00
bounds-for-range.html
button-shouldnot-have-axvalue-expected.txt
button-shouldnot-have-axvalue.html
canvas-expected.txt Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
canvas.html
caret-browsing-arrow-nav-expected.txt
caret-browsing-arrow-nav.html
caret-browsing-attribute-expected.txt
caret-browsing-attribute.html
caret-browsing-tab-selection-expected.txt
caret-browsing-tab-selection.html Reduce Preference Override Methods: TabsToLinks/SpatialNavigation 2020-10-28 18:33:08 +00:00
character-offset-from-upstream-position-expected.txt AX: Wrong CharacterOffset from an upstream VisiblePosition 2016-05-13 18:57:38 +00:00
character-offset-from-upstream-position.html AX: Wrong CharacterOffset from an upstream VisiblePosition 2016-05-13 18:57:38 +00:00
character-offset-visible-position-conversion-with-emoji-expected.txt AX: Wrong CharacterOffset from VisiblePosition with composed characters 2016-05-27 01:41:18 +00:00
character-offset-visible-position-conversion-with-emoji.html AX: Wrong CharacterOffset from VisiblePosition with composed characters 2016-05-27 01:41:18 +00:00
checkbox-posts-value-change-notification-after-activation-with-space-expected.txt Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
checkbox-posts-value-change-notification-after-activation-with-space.html
checked-status-tree-items-expected.txt AX: VoiceOver does not announce the aria-checked state for ARIA treeitem 2020-12-02 00:55:04 +00:00
checked-status-tree-items.html AX: VoiceOver does not announce the aria-checked state for ARIA treeitem 2020-12-02 00:55:04 +00:00
children-in-navigation-order-returns-children-expected.txt AX: Treat AXChildrenInNavigationOrder as AXChildren before adding support for aria-flowto 2019-02-23 04:31:33 +00:00
children-in-navigation-order-returns-children.html AX: Treat AXChildrenInNavigationOrder as AXChildren before adding support for aria-flowto 2019-02-23 04:31:33 +00:00
clipped-text-under-element-expected.txt Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
clipped-text-under-element.html
combobox-activedescendant-notifications-expected.txt Many accessibility js-tests use waitUntilDone 2017-05-19 23:37:59 +00:00
combobox-activedescendant-notifications.html Fix failing combobox-activedescendant-notifications.html test 2020-09-10 18:18:10 +00:00
combox-box-value-expected.txt
combox-box-value.html
content-editable-range-properties-expected.txt
content-editable-range-properties.html
crash-bounds-for-range-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
crash-bounds-for-range.html AX: WebKit crashes with VO and keyboard support fails on encapsulated radio button components. 2020-03-17 23:02:36 +00:00
crash-in-element-for-text-marker-expected.txt
crash-in-element-for-text-marker.html
crash-invalid-text-marker-node-expected.txt
crash-invalid-text-marker-node.html
css-first-letter-children-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
css-first-letter-children.html AX: AccessibilityRenderObject is adding duplicated children when CSS first-letter is being used. 2016-07-25 19:15:05 +00:00
css-speech-speak-expected.txt AX: Implement updated CSS3 Speech for 'speak' and 'speak-as' properties 2018-01-05 00:32:53 +00:00
css-speech-speak.html AX: Implement updated CSS3 Speech for 'speak' and 'speak-as' properties 2018-01-05 00:32:53 +00:00
definition-list-term-expected.txt Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
definition-list-term.html
descriptionlist-not-ignored-expected.txt
descriptionlist-not-ignored.html
details-summary-expected.txt Fix for LayoutTests/accessibility/mac/details-summary.html in isolated tree mode. 2021-01-13 21:22:19 +00:00
details-summary-role-description-expected.txt AX: [Mac] better accessibility support for Summary elements 2016-10-13 22:52:17 +00:00
details-summary-role-description.html AX: [Mac] better accessibility support for Summary elements 2016-10-13 22:52:17 +00:00
details-summary.html Fix for LayoutTests/accessibility/mac/details-summary.html in isolated tree mode. 2021-01-13 21:22:19 +00:00
div-containing-div-with-aria-expected.txt
div-containing-div-with-aria.html
doctype-node-in-text-marker-crash-expected.txt AX: Crash at WebCore::Range::compareBoundaryPoints(WebCore::Range::CompareHow, WebCore::Range const&, int&) const + 23 2016-09-13 00:58:22 +00:00
doctype-node-in-text-marker-crash.html AX: Crash at WebCore::Range::compareBoundaryPoints(WebCore::Range::CompareHow, WebCore::Range const&, int&) const + 23 2016-09-13 00:58:22 +00:00
document-attributes-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
document-attributes.html
document-links-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
document-links.html
document-title-used-for-description-expected.txt
document-title-used-for-description.html
double-title-expected.txt
double-title.html
draggable-expected.txt AX: Implement accessibility of HTML 5.1 Drag & Drop 2020-05-06 20:11:39 +00:00
editable-webarea-context-menu-point-expected.txt
editable-webarea-context-menu-point.html
element-busy-changed-expected.txt Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
element-busy-changed.html AX: Defer attribute computation until needed. 2018-02-08 18:10:20 +00:00
element-focus-expected.txt
element-focus.html
element-for-text-marker-expected.txt
element-for-text-marker.html
element-is-ignored-expected.txt
element-is-ignored.html
element-level-expected.txt
element-level.html
element-paths-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
element-paths.html
estimated-progress-expected.txt
estimated-progress.html Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
expanded-notification-expected.txt Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
expanded-notification.html [ Mac ] accessibility/mac/expanded-notification.html is a flaky failure 2021-05-10 21:21:16 +00:00
figure-element-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
figure-element.html AX: <figcaption> should be AXTitleUIElement for other content inside the <figure> 2016-10-07 23:30:16 +00:00
file-upload-button-subrole-expected.txt
file-upload-button-subrole.html
find-and-replace-match-capitalization-expected.txt Unreviewed, rolling out r207578. 2016-10-25 19:22:12 +00:00
find-and-replace-match-capitalization.html Unreviewed, rolling out r207578. 2016-10-25 19:22:12 +00:00
focus-crash-expected.txt
focus-crash.html Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
focus-moves-cursor-expected.txt AX: Mavericks: Text cursor does not move along with VoiceOver cursor for text fields 2015-09-08 06:24:21 +00:00
focus-moves-cursor.html AX: Mavericks: Text cursor does not move along with VoiceOver cursor for text fields 2015-09-08 06:24:21 +00:00
focus-setting-selection-syncronizing-not-clearing-expected.txt Many accessibility js-tests use waitUntilDone 2017-05-19 23:37:59 +00:00
focus-setting-selection-syncronizing-not-clearing.html Reduce Preference Override Methods: TabsToLinks/SpatialNavigation 2020-10-28 18:33:08 +00:00
footer-expected.txt AX: <footer> HTML5 tag not reading as ARIA Landmark to VoiceOver 2019-02-25 19:15:23 +00:00
footer-roledescription-expected.txt AX: <footer> HTML5 tag not reading as ARIA Landmark to VoiceOver 2019-02-25 19:15:23 +00:00
footer-roledescription.html AX: <footer> HTML5 tag not reading as ARIA Landmark to VoiceOver 2019-02-25 19:15:23 +00:00
footer.html AX: <footer> HTML5 tag not reading as ARIA Landmark to VoiceOver 2019-02-25 19:15:23 +00:00
frame-with-title-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
frame-with-title.html
header-expected.txt
header.html
heading-clickpoint-expected.txt
heading-clickpoint.html
heading-text-updates-expected.txt iOS - VoiceOver reads the old heading text when updated with heading.firstChild.data. 2021-06-10 00:11:41 +00:00
heading-text-updates.html iOS - VoiceOver reads the old heading text when updated with heading.firstChild.data. 2021-06-10 00:11:41 +00:00
hr-element-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
hr-element.html AX: <hr> should use a different role description than interactive separators 2017-04-19 21:58:05 +00:00
html-section-elements-expected.txt AX: ARIA 'region' role is now a landmark; HTML 'section' element should be a landmark only if named 2016-05-04 12:54:59 +00:00
html-section-elements.html AX: ARIA 'region' role is now a landmark; HTML 'section' element should be a landmark only if named 2016-05-04 12:54:59 +00:00
html-slider-indicator-expected.txt
html-slider-indicator.html Many accessibility js-tests use waitUntilDone 2017-05-19 23:37:59 +00:00
html-with-aria-label-expected.txt
html-with-aria-label.html
html5-input-number-expected.txt Layout Test accessibility/mac/html5-input-number.html is flaky. 2020-10-02 15:27:32 +00:00
html5-input-number.html Layout Test accessibility/mac/html5-input-number.html is flaky. 2020-10-02 15:27:32 +00:00
id-class-attributes-expected.txt
id-class-attributes.html
iframe-aria-hidden-expected.txt
iframe-aria-hidden.html
iframe-with-title-correct-hierarchy-expected.txt
iframe-with-title-correct-hierarchy.html
imagemap-hittest-expected.txt
imagemap-hittest.html
inherited-presentational-lists-expected.txt
inherited-presentational-lists.html
inline-text-attribute-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
inline-text-attribute.html AX[macOS]: Expose Inline property as an accessibility attribute 2017-06-14 00:12:29 +00:00
input-image-url-expected.txt
input-image-url.html Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
input-replacevalue-userinfo-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
input-replacevalue-userinfo.html Many accessibility js-tests use waitUntilDone 2017-05-19 23:37:59 +00:00
input-slider-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
input-slider.html
input-string-for-range-crash-expected.txt AX: Crash at WebCore::AXObjectCache::characterOffsetForIndex(int, WebCore::AccessibilityObject const*) + 703 2017-04-25 00:05:20 +00:00
input-string-for-range-crash.html AX: Crash at WebCore::AXObjectCache::characterOffsetForIndex(int, WebCore::AccessibilityObject const*) + 703 2017-04-25 00:05:20 +00:00
input-title-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
input-title.html
input-type-change-crash-2-expected.txt REGRESSION(r218910): Crash when password field changes to text field 2017-07-18 23:08:29 +00:00
input-type-change-crash-2.html REGRESSION(r218910): Crash when password field changes to text field 2017-07-18 23:08:29 +00:00
input-type-change-crash-expected.txt REGRESSION(r218910): Crash inside textMarkerDataForFirstPositionInTextControl 2017-07-03 18:35:07 +00:00
input-type-change-crash.html REGRESSION(r218910): Crash inside textMarkerDataForFirstPositionInTextControl 2017-07-03 18:35:07 +00:00
internal-link-anchors-expected.txt Support AXCoreObject::elementPath for text elements. 2020-10-14 22:47:26 +00:00
internal-link-anchors.html
internal-link-when-document-has-fragment-expected.txt Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
internal-link-when-document-has-fragment.html
invalid-menu-role-does-not-send-notification-expected.txt
invalid-menu-role-does-not-send-notification.html
invalid-status-for-input-types-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
invalid-status-for-input-types.html AX: Expose invalid status for input types with that information 2016-10-11 00:11:40 +00:00
isolated-tree-mode-on-off-expected.txt Add the ability of comparing the accessibility tree with isolated tree mode on and off. 2020-08-04 16:56:34 +00:00
isolated-tree-mode-on-off.html Add the ability of comparing the accessibility tree with isolated tree mode on and off. 2020-08-04 16:56:34 +00:00
label-element-all-text-string-value-expected.txt AX: Form label text should be exposed as static text if it contains only static text 2016-06-14 21:28:37 +00:00
label-element-all-text-string-value.html AX: Form label text should be exposed as static text if it contains only static text 2016-06-14 21:28:37 +00:00
label-element-changing-children-string-value-expected.txt AX: Form label text should be exposed as static text if it contains only static text 2016-06-14 21:28:37 +00:00
label-element-changing-children-string-value.html AX: Form label text should be exposed as static text if it contains only static text 2016-06-14 21:28:37 +00:00
label-element-changing-textcontent-string-value-expected.txt AX: Form label text should be exposed as static text if it contains only static text 2016-06-14 21:28:37 +00:00
label-element-changing-textcontent-string-value.html AX: Form label text should be exposed as static text if it contains only static text 2016-06-14 21:28:37 +00:00
label-element-with-hidden-control-expected.txt AX: Form label text should be exposed as static text if it contains only static text 2016-06-14 21:28:37 +00:00
label-element-with-hidden-control.html AX: Form label text should be exposed as static text if it contains only static text 2016-06-14 21:28:37 +00:00
label-element-with-link-string-value-expected.txt AX: Form label text should be exposed as static text if it contains only static text 2016-06-14 21:28:37 +00:00
label-element-with-link-string-value.html AX: Form label text should be exposed as static text if it contains only static text 2016-06-14 21:28:37 +00:00
label-elements-exposed-as-title-ui-elements-expected.txt
label-elements-exposed-as-title-ui-elements.html
landmark-not-ignored-expected.txt AX: <address> element should no longer map to ARIA `contentinfo` role 2020-06-16 16:35:30 +00:00
landmark-not-ignored.html AX: <address> element should no longer map to ARIA `contentinfo` role 2020-06-16 16:35:30 +00:00
line-index-for-textmarker-expected.txt Add layout test for WebAccessibilityObjectWrapper handler for attribute AXLineForTextMarker on MacOS. 2021-08-18 17:57:24 +00:00
line-index-for-textmarker.html Add layout test for WebAccessibilityObjectWrapper handler for attribute AXLineForTextMarker on MacOS. 2021-08-18 17:57:24 +00:00
line-range-for-text-marker-expected.txt
line-range-for-text-marker.html
link-with-title-expected.txt
link-with-title.html
linkrel-expected.txt AX: Expose link rel type to voiceover 2018-05-31 01:21:15 +00:00
linkrel.html AX: Expose link rel type to voiceover 2018-05-31 01:21:15 +00:00
list-items-ignored-expected.txt
list-items-ignored.html
listbox-hit-test-expected.txt
listbox-hit-test.html
listmarker-suffix-expected.txt
listmarker-suffix.html Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
live-region-creation-notification-expected.txt Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
live-region-creation-notification.html
live-region-on-span-expected.txt
live-region-on-span.html
loaded-notification-expected.txt AX: AXLoadComplete that comes before AX API access won't fire 2015-08-06 20:40:35 +00:00
loaded-notification.html [Mac, iOS] AccessibilityController doesn't uninstall global notification handler 2015-09-20 15:30:09 +00:00
main-element-expected.txt Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
main-element.html
malformed-table-expected.txt AX: CSS table display styles can cause malformed, inaccessible AXTables to be exposed to the AX tree 2015-08-10 01:53:10 +00:00
malformed-table.html AX: CSS table display styles can cause malformed, inaccessible AXTables to be exposed to the AX tree 2015-08-10 01:53:10 +00:00
malformed-tree-expected.txt Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
malformed-tree.html
math-alttext-expected.txt Refactor RenderMathMLOperator and RenderMathMLToken to avoid using anonymous renderers. 2016-06-24 14:39:58 +00:00
math-alttext.html
mathml-elements-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
mathml-elements.html AX: Anonymous RenderMathMLOperators are not exposed to the accessibility tree 2016-06-27 17:57:49 +00:00
mathml-line-fraction-expected.txt
mathml-line-fraction.html
mathml-multiscript-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
mathml-multiscript.html
mathml-root-expected.txt
mathml-root.html
media-query-values-change-expected.txt AX: Settings: Increase contrast isn't detected in browser until an additional setting is applied 2021-05-24 22:27:01 +00:00
media-query-values-change.html AX: Settings: Increase contrast isn't detected in browser until an additional setting is applied 2021-05-24 22:27:01 +00:00
media-role-descriptions-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
media-role-descriptions.html
menu-item-values-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
menu-item-values.html
menu-selection-notification-crash-expected.txt AX: Crash at WebCore::Document::updateLayout 2021-05-13 14:30:23 +00:00
menu-selection-notification-crash.html AX: Crash at WebCore::Document::updateLayout 2021-05-13 14:30:23 +00:00
menu-type-toolbar-expected.txt AX: menu type toolbar should be mapped correctly on Mac 2016-12-07 21:13:13 +00:00
menu-type-toolbar.html AX: menu type toolbar should be mapped correctly on Mac 2016-12-07 21:13:13 +00:00
meter-gauge-value-description-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
meter-gauge-value-description.html AX: [Mac] Meter element should use AXValueDescription to descrbe the status of the value 2016-10-19 16:48:41 +00:00
meter-subrole-expected.txt AX: add a subrole for meter elements on macOS 2018-07-07 00:34:40 +00:00
meter-subrole.html AX: add a subrole for meter elements on macOS 2018-07-07 00:34:40 +00:00
meter-with-label-element-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
meter-with-label-element.html AX: Meter: [Mac] Content in label element should be used as AXTitle or AXDescription 2016-09-29 15:13:00 +00:00
misspelled-attributed-string-expected.txt AX: accessibility/mac/misspelled-attributed-string.html is flaky 2015-08-26 01:35:30 +00:00
misspelled-attributed-string.html AX: accessibility/mac/misspelled-attributed-string.html is flaky 2015-08-26 01:35:30 +00:00
mixed-checkbox-expected.txt
mixed-checkbox.html
native-list-item-should-not-expose-label-expected.txt
native-list-item-should-not-expose-label.html
native-vs-nonnative-checkboxes-expected.txt Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
native-vs-nonnative-checkboxes.html
nested-inline-elements-children-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
nested-inline-elements-children.html AX: Adding children incorrectly when there are nested inline continuations 2016-05-18 02:14:48 +00:00
no-unknown-objects-when-title-attribute-present-expected.txt
no-unknown-objects-when-title-attribute-present.html
object-replacement-with-no-rendered-children-at-node-start-expected.txt Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
object-replacement-with-no-rendered-children-at-node-start.html
object-replacement-with-rendered-children-at-node-start-expected.txt
object-replacement-with-rendered-children-at-node-start.html
option-with-arialabel-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
option-with-arialabel.html
option-with-lang-expected.txt
option-with-lang.html
ordered-textmarker-crash-expected.txt Many accessibility js-tests use waitUntilDone 2017-05-19 23:37:59 +00:00
ordered-textmarker-crash.html Many accessibility js-tests use waitUntilDone 2017-05-19 23:37:59 +00:00
output-element-expected.txt AX: [Mac] mapping for output elements 2016-10-17 21:00:47 +00:00
output-element.html AX: [Mac] mapping for output elements 2016-10-17 21:00:47 +00:00
parent-of-table-row-is-table-expected.txt
parent-of-table-row-is-table.html
popup-button-exposes-axvalue-expected.txt
popup-button-exposes-axvalue.html
press-action-for-presentational-descendants-expected.txt
press-action-for-presentational-descendants.html Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
press-action-is-first-expected.txt
press-action-is-first.html
press-action-not-exposed-for-event-delegation-expected.txt
press-action-not-exposed-for-event-delegation.html
press-not-work-for-disabled-menu-list-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
press-not-work-for-disabled-menu-list.html [ Mac ] Layout Test accessibility/mac/press-not-work-for-disabled-menu-list.html is a flaky failure 2019-08-02 23:20:31 +00:00
prevent-keyboard-event-dispatch-expected.txt
prevent-keyboard-event-dispatch.html
primary-screen-height-expected.txt Add WTR::AccessibilityUIElement::attributeValueAsync to retrieve attribute values in isolated tree mode. 2020-05-04 14:35:10 +00:00
primary-screen-height.html Add WTR::AccessibilityUIElement::attributeValueAsync to retrieve attribute values in isolated tree mode. 2020-05-04 14:35:10 +00:00
progress-element-min-max-expected.txt AX: WebKit does not expose max/min value of <progress> element 2015-09-02 20:03:34 +00:00
progress-element-min-max.html AX: WebKit does not expose max/min value of <progress> element 2015-09-02 20:03:34 +00:00
progress-with-label-element-expected.txt AX: Progress: [Mac] Content in label element should be used as AXTitle or AXDescription 2016-09-26 21:02:42 +00:00
progress-with-label-element.html AX: Progress: [Mac] Content in label element should be used as AXTitle or AXDescription 2016-09-26 21:02:42 +00:00
progressbar-indeterminate-expected.txt
progressbar-indeterminate.html
pseudo-element-text-markers-expected.txt HTMLElement.innerText setter should convert new lines to <br> 2021-08-02 17:28:58 +00:00
pseudo-element-text-markers.html Fix for assert crash in AXObjectCache::visiblePositionForTextMarkerData. 2021-05-10 19:50:19 +00:00
radio-button-checkbox-size-expected.txt
radio-button-checkbox-size.html
radio-button-no-name-crash-expected.txt AX: Asking for group members of radio button that has no name attribute will cause crash 2016-08-06 00:01:27 +00:00
radio-button-no-name-crash.html AX: Asking for group members of radio button that has no name attribute will cause crash 2016-08-06 00:01:27 +00:00
range-for-contenteditable-newline-expected.txt AX: Incorrect range from index and length in contenteditable with <p> tags 2017-07-26 16:53:09 +00:00
range-for-contenteditable-newline.html AX: Incorrect range from index and length in contenteditable with <p> tags 2017-07-26 16:53:09 +00:00
range-for-line-textarea-expected.txt
range-for-line-textarea.html
range-for-position-expected.txt
range-for-position.html
range-orientation-expected.txt AX: aria-orientation is ignored on input[type="range"] 2021-01-05 20:00:37 +00:00
range-orientation.html AX: aria-orientation is ignored on input[type="range"] 2021-01-05 20:00:37 +00:00
relative-frame-expected.txt AX: Support returning relative frames for accessibility 2019-01-21 01:26:37 +00:00
relative-frame.html AX: Support returning relative frames for accessibility 2019-01-21 01:26:37 +00:00
removing-textarea-after-edit-crash-expected.txt Clean up asynchronous behavior in some accessibility tests 2015-09-01 18:41:09 +00:00
removing-textarea-after-edit-crash.html Fix a relative path in accessibility/mac/removing-textarea-after-edit-crash.html 2015-09-20 19:52:04 +00:00
replace-text-with-empty-range-expected.txt AX: Unable to use AccessibilityObject::replaceTextInRange to insert text at first time when the text fields are empty 2020-01-18 00:48:31 +00:00
replace-text-with-empty-range.html AX: Unable to use AccessibilityObject::replaceTextInRange to insert text at first time when the text fields are empty 2020-01-18 00:48:31 +00:00
replace-text-with-range-expected.txt AX: Support API: accessibilityReplaceRange:withText 2019-04-09 00:39:50 +00:00
replace-text-with-range-on-webarea-element-expected.txt AX: replaceTextInRange should handle when called on the WebArea element 2020-02-05 19:48:25 +00:00
replace-text-with-range-on-webarea-element.html AX: replaceTextInRange should handle when called on the WebArea element 2020-02-05 19:48:25 +00:00
replace-text-with-range-value-change-notification-expected.txt AX: accessibilityReplaceRange:withText: doesn't post an AXValueChanged notification like when typing with kb 2020-03-12 01:22:09 +00:00
replace-text-with-range-value-change-notification.html AX: accessibilityReplaceRange:withText: doesn't post an AXValueChanged notification like when typing with kb 2020-03-12 01:22:09 +00:00
replace-text-with-range.html AX: Support API: accessibilityReplaceRange:withText 2019-04-09 00:39:50 +00:00
resolved-text-editing-expected.txt AX: VoiceOver needs access to font styling at insertion point 2020-08-04 20:55:49 +00:00
resolved-text-editing.html AX: VoiceOver needs access to font styling at insertion point 2020-08-04 20:55:49 +00:00
rowheader-outside-table-role-expected.txt
rowheader-outside-table-role.html
ruby-hierarchy-roles-expected.txt
ruby-hierarchy-roles.html
scroll-to-visible-action-expected.txt
scroll-to-visible-action.html
scrollbars-expected.txt
scrollbars.html
search-field-cancel-button-expected.txt
search-field-cancel-button.html AX: should dispatch accessibilityPerformPressAction async on MacOS 2017-07-26 07:39:01 +00:00
search-predicate-container-not-included-expected.txt
search-predicate-container-not-included.html
search-predicate-crash-expected.txt AX: crash: com.apple.WebCore: WebCore::AccessibilityObject::findMatchingObjects + 600 2016-10-19 20:33:23 +00:00
search-predicate-crash.html AX: crash: com.apple.WebCore: WebCore::AccessibilityObject::findMatchingObjects + 600 2016-10-19 20:33:23 +00:00
search-predicate-element-count-expected.txt Buttons with aria-haspopup attribute are not exposed to accessibility clients as form controls. 2020-08-27 00:08:22 +00:00
search-predicate-element-count.html Buttons with aria-haspopup attribute are not exposed to accessibility clients as form controls. 2020-08-27 00:08:22 +00:00
search-predicate-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
search-predicate-from-ignored-element-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
search-predicate-from-ignored-element.html AX: findMatchingObjects doesn't work when the startObject is ignored 2017-07-29 10:27:00 +00:00
search-predicate-immediate-descendants-only-expected.txt
search-predicate-immediate-descendants-only.html
search-predicate-keyboard-focusable-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
search-predicate-keyboard-focusable.html AX: Add remote search support for keyboard focusable element search type 2019-03-06 04:01:47 +00:00
search-predicate-plaintext-expected.txt Bug 179068 - AX: search predicate returns containing group for plain text instead of text element 2017-11-09 23:35:34 +00:00
search-predicate-plaintext.html Bug 179068 - AX: search predicate returns containing group for plain text instead of text element 2017-11-09 23:35:34 +00:00
search-predicate-start-not-specified-expected.txt
search-predicate-start-not-specified.html
search-predicate-visible-button-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
search-predicate-visible-button.html Bug 179068 - AX: search predicate returns containing group for plain text instead of text element 2017-11-09 23:35:34 +00:00
search-predicate-visited-links-expected.txt Bug 179068 - AX: search predicate returns containing group for plain text instead of text element 2017-11-09 23:35:34 +00:00
search-predicate-visited-links.html Bug 179068 - AX: search predicate returns containing group for plain text instead of text element 2017-11-09 23:35:34 +00:00
search-predicate.html Fix for LayoutTests/accessibility/mac/search-predicate.html in isolated tree mode. 2020-11-10 19:21:32 +00:00
search-subrole-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
search-subrole.html Fix for LayoutTests/accessibility/mac/search-subrole.html in isolated tree mode. 2020-11-10 21:36:24 +00:00
search-when-element-starts-in-table-expected.txt
search-when-element-starts-in-table.html
search-with-frames-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
search-with-frames.html Many accessibility js-tests use waitUntilDone 2017-05-19 23:37:59 +00:00
secure-text-field-supports-fast-search-expected.txt
secure-text-field-supports-fast-search.html
select-element-selection-with-optgroups-expected.txt [ macOS ] accessibility/mac/select-element-selection-with-optgroups.html is a flaky failure 2020-10-14 13:29:14 +00:00
select-element-selection-with-optgroups.html [ macOS ] accessibility/mac/select-element-selection-with-optgroups.html is a flaky failure 2020-10-14 13:29:14 +00:00
select-text-should-match-whole-words-expected.txt
select-text-should-match-whole-words.html Selection API: Update some more tests so they don't accidentally rely on flaws in WebKit's old implementation 2020-09-20 02:51:28 +00:00
select-text-stays-inside-text-controls-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
select-text-stays-inside-text-controls.html
selected-rows-table-expected.txt
selected-rows-table.html Clean up asynchronous behavior in some accessibility tests 2015-09-01 18:41:09 +00:00
selected-tab-crash-expected.txt Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
selected-tab-crash.html
selected-text-range-for-empty-textarea-expected.txt
selected-text-range-for-empty-textarea.html
selected-visible-position-range-expected.txt Source/WebCore: 2020-08-21 11:42:49 +00:00
selected-visible-position-range.html Rename AccessibilityUIElement::setSelectedVisibleTextRange to setSelectedTextMarkerRange for naming consistency and maintainability. 2021-08-19 22:28:50 +00:00
selection-boundary-userinfo-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
selection-boundary-userinfo.html Many accessibility js-tests use waitUntilDone 2017-05-19 23:37:59 +00:00
selection-change-userinfo-expected.txt
selection-change-userinfo.html Many accessibility js-tests use waitUntilDone 2017-05-19 23:37:59 +00:00
selection-element-tabbing-to-link-expected.txt
selection-element-tabbing-to-link.html Reduce Preference Override Methods: TabsToLinks/SpatialNavigation 2020-10-28 18:33:08 +00:00
selection-initial-expected.txt Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
selection-initial.html
selection-notification-focus-change-expected.txt requestAnimationFrame should execute before the next frame 2019-04-11 05:44:13 +00:00
selection-notification-focus-change.html Reduce Preference Override Methods: TabsToLinks/SpatialNavigation 2020-10-28 18:33:08 +00:00
selection-sync-expected.txt Clean up asynchronous behavior in some accessibility tests 2015-09-01 18:41:09 +00:00
selection-sync.html Rename AccessibilityUIElement::setSelectedVisibleTextRange to setSelectedTextMarkerRange for naming consistency and maintainability. 2021-08-19 22:28:50 +00:00
selection-value-changes-for-aria-textbox-expected.txt AX: new lines in content editable elements don't notify accessibility 2016-04-04 23:17:59 +00:00
selection-value-changes-for-aria-textbox.html Many accessibility js-tests use waitUntilDone 2017-05-19 23:37:59 +00:00
session-id-expected.txt AX: Provide a way for VoiceOver to uniquely identify a web session 2018-01-24 17:37:24 +00:00
session-id.html AX: Provide a way for VoiceOver to uniquely identify a web session 2018-01-24 17:37:24 +00:00
set-value-editable-dispatch-events-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
set-value-editable-dispatch-events.html AX: setValue on text controls should send out key events 2018-07-06 17:29:55 +00:00
set-value-editable-types-expected.txt AX: setValue on contenteditable should preserve whitespace 2018-05-29 16:19:09 +00:00
set-value-editable-types.html AX: setValue on contenteditable should preserve whitespace 2018-05-29 16:19:09 +00:00
setting-attributes-is-asynchronous-expected.txt
setting-attributes-is-asynchronous.html Clean up asynchronous behavior in some accessibility tests 2015-09-01 18:41:09 +00:00
slider-allows-title-ui-element-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
slider-allows-title-ui-element.html AX: Form label text should be exposed as static text if it contains only static text 2016-06-14 21:28:37 +00:00
slider-supports-actions-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
slider-supports-actions.html AX: Update implementation of aria-orientation 2017-05-02 20:07:16 +00:00
slider-thumb-value-crash-expected.txt AX: Crash at -[WebAccessibilityObjectWrapper accessibilityAttributeValue:] + 4391 2016-04-25 22:40:45 +00:00
slider-thumb-value-crash.html AX: Crash at -[WebAccessibilityObjectWrapper accessibilityAttributeValue:] + 4391 2016-04-25 22:40:45 +00:00
spinbutton-valuedescription-expected.txt
spinbutton-valuedescription.html
stale-table-rows-expected.txt
stale-table-rows.html
stale-textmarker-crash-expected.txt Many accessibility js-tests use waitUntilDone 2017-05-19 23:37:59 +00:00
stale-textmarker-crash.html Many accessibility js-tests use waitUntilDone 2017-05-19 23:37:59 +00:00
static-text-role-uses-text-under-element-expected.txt
static-text-role-uses-text-under-element.html
static-text-with-aria-label-expected.txt
static-text-with-aria-label.html
string-range-contains-listmarker-expected.txt
string-range-contains-listmarker.html
submit-button-default-value-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
submit-button-default-value.html
subroles-for-formatted-groups-expected.txt AX: superscript content exposed as plain text; VoiceOver does not speak or pause to make this understandable 2016-04-28 23:12:37 +00:00
subroles-for-formatted-groups.html AX: superscript content exposed as plain text; VoiceOver does not speak or pause to make this understandable 2016-04-28 23:12:37 +00:00
supports-focus-setting-expected.txt
supports-focus-setting.html
tab-focus-post-notification-expected.txt AX: Press tab to highlight items on a webpage is not working with voiceover enabled 2018-07-23 21:24:19 +00:00
tab-focus-post-notification.html Reduce Preference Override Methods: TabsToLinks/SpatialNavigation 2020-10-28 18:33:08 +00:00
table-column-and-row-count-expected.txt
table-column-and-row-count.html
table-headers-attribute-expected.txt
table-headers-attribute.html
table-multi-bodies-expected.txt
table-multi-bodies.html
table-updating-expected.txt
table-updating.html
table-visible-rows-expected.txt
table-visible-rows.html
table-with-row-col-of-headers-expected.txt
table-with-row-col-of-headers.html Some test cases in accessibility/mac/selection-notification-focus-change.html fail 2018-02-01 23:11:13 +00:00
table-with-zebra-rows-expected.txt
table-with-zebra-rows.html Some test cases in accessibility/mac/selection-notification-focus-change.html fail 2018-02-01 23:11:13 +00:00
test-convenience-methods-expected.txt
test-convenience-methods.html
text-marker-for-bounds-expected.txt
text-marker-for-bounds.html
text-marker-for-index-expected.txt AX: Implement bounds/position and index related text marker functions using TextIterator 2016-03-11 02:37:46 +00:00
text-marker-for-index.html AX: Implement bounds/position and index related text marker functions using TextIterator 2016-03-11 02:37:46 +00:00
text-marker-length-expected.txt
text-marker-length.html
text-marker-line-boundary-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
text-marker-line-boundary.html Source/WebCore: 2016-02-20 04:17:12 +00:00
text-marker-p-tags-expected.txt AX: nothing returned for various previous text marker APIs from one div/p node to another 2018-07-26 21:34:27 +00:00
text-marker-p-tags.html Web content process hangs in AccessibilityRenderObject::setSelectedVisiblePositionRange in some corner cases. 2020-07-07 19:49:55 +00:00
text-marker-paragraph-nav-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
text-marker-paragraph-nav.html
text-marker-range-for-node-without-children-expected.txt AX: Typing broken on form input field while using VoiceOver 2016-03-18 17:44:00 +00:00
text-marker-range-for-node-without-children.html AX: Typing broken on form input field while using VoiceOver 2016-03-18 17:44:00 +00:00
text-marker-sentence-nav-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
text-marker-sentence-nav.html Remove unneeded whitespace between content and <br> 2020-10-28 04:35:54 +00:00
text-marker-string-for-document-end-replaced-node-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
text-marker-string-for-document-end-replaced-node.html AX: String for document range is empty if end visible position anchors to a ignored replaced node 2016-05-06 07:27:22 +00:00
text-marker-string-for-document-range-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
text-marker-string-for-document-range.html AX: stringForTextMarkerRange returning empty string for document range 2016-04-21 08:41:14 +00:00
text-marker-word-nav-collapsed-whitespace-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
text-marker-word-nav-collapsed-whitespace.html AX: Incorrect behavior for word related text marker functions when there's collapsed whitespace 2016-07-19 18:14:02 +00:00
text-marker-word-nav-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
text-marker-word-nav.html AX: CharacterOffset not working correctly with composed characters and collapsed white spaces 2016-04-29 20:05:07 +00:00
text-markers-for-input-with-placeholder-expected.txt AX: VoiceOver no longer works corectly with editable text in the web 2017-03-17 19:48:36 +00:00
text-markers-for-input-with-placeholder.html AX: VoiceOver no longer works corectly with editable text in the web 2017-03-17 19:48:36 +00:00
textbox-role-reports-line-number-expected.txt
textbox-role-reports-line-number.html Move platform/mac/accessibility tests to accessibility/mac. 2015-08-04 03:00:09 +00:00
textbox-role-reports-notifications-expected.txt Many accessibility js-tests use waitUntilDone 2017-05-19 23:37:59 +00:00
textbox-role-reports-notifications.html RenderObject::destroy() should only be invoked after renderer has been removed from the tree 2017-10-10 13:02:47 +00:00
textmarker-for-index-out-of-bounds-crash-expected.txt Move TextIterator::rangeFromLocationAndLength off of live ranges 2020-03-30 01:06:28 +00:00
textmarker-for-index-out-of-bounds-crash.html Move TextIterator::rangeFromLocationAndLength off of live ranges 2020-03-30 01:06:28 +00:00
textmarker-range-for-range-expected.txt Add [WebAccessibilityObjectWrapper textMarkerRangeForNSRange] to allow clients to efficiently get a TextMarkerRange from an NSRange. 2021-02-22 02:13:13 +00:00
textmarker-range-for-range.html Add [WebAccessibilityObjectWrapper textMarkerRangeForNSRange] to allow clients to efficiently get a TextMarkerRange from an NSRange. 2021-02-22 02:13:13 +00:00
textmarker-routines-expected.txt
textmarker-routines.html
title-attribute-not-used-as-axtitle-expected.txt
title-attribute-not-used-as-axtitle.html
title-attribute-used-as-last-resort-expected.txt
title-attribute-used-as-last-resort.html
treeitem-row-delegation-expected.txt AX: VoiceOver incorrectly announces groups in ARIA tree instances as empty 2021-02-23 20:04:05 +00:00
treeitem-row-delegation.html AX: VoiceOver incorrectly announces groups in ARIA tree instances as empty 2021-02-23 20:04:05 +00:00
unexpected-help-text-expected.txt
unexpected-help-text.html
unsupported-attribute-does-not-crash-expected.txt
unsupported-attribute-does-not-crash.html
update-children-when-aria-role-changes-expected.txt
update-children-when-aria-role-changes.html
updating-attribute-in-table-row-crash-expected.txt
updating-attribute-in-table-row-crash.html
visible-position-crash-for-text-node-expected.txt
visible-position-crash-for-text-node.html
webarea-can-set-focus-expected.txt
webarea-can-set-focus.html
webarea-size-equals-content-size-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
webarea-size-equals-content-size.html
webkit-alt-for-css-content-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
webkit-alt-for-css-content.html
webkit-scrollarea-expected.txt
webkit-scrollarea-position-expected.txt
webkit-scrollarea-position.html Make scrolling to the focused element async 2018-01-26 05:03:37 +00:00
webkit-scrollarea.html
wk1-set-selected-text-marker-range-input-element-expected.txt AX:[Mac] Unable to edit text input, textarea fields in iframe using VO naivgation 2016-10-06 08:03:43 +00:00
wk1-set-selected-text-marker-range-input-element.html Rename AccessibilityUIElement::setSelectedVisibleTextRange to setSelectedTextMarkerRange for naming consistency and maintainability. 2021-08-19 22:28:50 +00:00