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

Changeset 245321 in webkit


Ignore:
Timestamp:
May 15, 2019, 3:22:47 AM (7 years ago)
Author:
Fujii Hironori
Message:

Unreviewed test gardening for WinCairo

  • platform/wincairo-wk1/TestExpectations: Moved accessibility

expectations to this file.

  • platform/wincairo/TestExpectations: Skip accessibility because

WinCairo WK2 doesn't support it yet. Skip
http/tests/resourceLoadStatistics for WK2 because all tests are
timing out.

Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r245317 r245321  
     12019-05-15  Fujii Hironori  <Hironori.Fujii@sony.com>
     2
     3        Unreviewed test gardening for WinCairo
     4
     5        * platform/wincairo-wk1/TestExpectations: Moved accessibility
     6        expectations to this file.
     7        * platform/wincairo/TestExpectations: Skip accessibility because
     8        WinCairo WK2 doesn't support it yet. Skip
     9        http/tests/resourceLoadStatistics for WK2 because all tests are
     10        timing out.
     11
    1122019-05-14  Wenson Hsieh  <wenson_hsieh@apple.com>
    213
  • trunk/LayoutTests/platform/wincairo-wk1/TestExpectations

    r245215 r245321  
    1010# End platform-specific directories.
    1111#//////////////////////////////////////////////////////////////////////////////////////////
     12
     13################################################################################
     14###########################   Accessibility Issues   ###########################
     15################################################################################
     16
     17accessibility/win [ Pass ]
     18
     19accessibility/aria-liveregions-attributes.html [ Failure ]
     20accessibility/aria-liveregion-marquee-default.html [ Failure ]
     21accessibility/image-load-on-delay.html [ Failure ]
     22accessibility/media-emits-object-replacement.html [ Failure ]
     23accessibility/meter-element.html [ Failure ]
     24accessibility/set-selected-editable.html [ Failure ]
     25accessibility/set-value-not-work-for-disabled-sliders.html [ Failure ]
     26
     27# TODO aria-current is not supported
     28webkit.org/b/149018 accessibility/aria-current.html [ Skip ]
     29
     30# TODO ARIA 1.1 table related attributes are not supported
     31webkit.org/b/148967 accessibility/aria-table-attributes.html [ Skip ]
     32
     33# AccessibilityUIElement::clearSelectedChildren() is not implemented
     34accessibility/aria-listbox-clear-selection-crash.html [ Skip ]
     35accessibility/listbox-clear-selection.html [ Skip ]
     36
     37# Missing 'press' support
     38accessibility/axpress-on-aria-button.html [ Skip ]
     39accessibility/svg-element-press.html [ Skip ]
     40
     41# Missing cellForColumnAndRow implementation in DRT
     42webkit.org/b/143081 accessibility/table-cell-display-block.html [ Skip ]
     43accessibility/aria-table-with-presentational-elements.html [ Skip ]
     44
     45# stringValue is not implemented.
     46webkit.org/b/149177 accessibility/ax-value-with-search.html [ Skip ]
     47
     48# Accessibility tests for notifications that don't exist or aren't needed on Mac OS X (or Windows)
     49accessibility/aria-checkbox-sends-notification.html [ Skip ]
     50accessibility/combo-box-collapsed-selection-changed.html [ Skip ]
     51accessibility/children-changed-sends-notification.html [ Skip ]
     52accessibility/menu-list-sends-change-notification.html [ Skip ]
     53accessibility/multiselect-list-reports-active-option.html [ Skip ]
     54
     55# The Windows Accessibility implementation is unable to recurse through the document to
     56# find elements (in some cases). The following failures are due to this. The maddening
     57# thing is that these do not consistently fail:
     58webkit.org/b/140798 accessibility/aria-checked-mixed-value.html [ Failure ]
     59webkit.org/b/140798 accessibility/aria-controls.html [ Failure ]
     60webkit.org/b/140798 accessibility/auto-filled-value.html [ Skip ]
     61webkit.org/b/140798 accessibility/aria-flowto.html [ Failure ]
     62webkit.org/b/140798 [ Release ] accessibility/aria-hidden-negates-no-visibility.html [ Failure ]
     63webkit.org/b/140798 [ Debug ] accessibility/aria-hidden-negates-no-visibility.html [ Skip ]
     64webkit.org/b/140798 accessibility/aria-hidden-with-elements.html [ Failure ]
     65webkit.org/b/140798 accessibility/aria-sort.html [ Failure ]
     66webkit.org/b/140798 accessibility/aria-tables.html [ Failure ]
     67webkit.org/b/140798 accessibility/aria-text-role.html [ Failure ]
     68webkit.org/b/140798 accessibility/box-styled-lists.html [ Failure ]
     69webkit.org/b/140798 [ Release ] accessibility/canvas-fallback-content-2.html [ Failure ]
     70webkit.org/b/140798 [ Debug ] accessibility/canvas-fallback-content-2.html [ Skip ]
     71webkit.org/b/140798 accessibility/fieldset-element.html [ Failure ]
     72webkit.org/b/140798 accessibility/legend-children-are-visible.html [ Failure ]
     73webkit.org/b/145271 accessibility/list-detection2.html [ Failure ]
     74webkit.org/b/140798 accessibility/math-multiscript-attributes.html [ Failure ]
     75webkit.org/b/140798 accessibility/poorly-formed-aria-table.html [ Failure ]
     76webkit.org/b/140798 accessibility/radio-button-group-members.html [ Failure ]
     77webkit.org/b/140798 accessibility/radio-button-title-label.html [ Failure ]
     78webkit.org/b/140798 accessibility/range-alter-by-percent.html [ Failure ]
     79webkit.org/b/140798 accessibility/secure-textfield-title-ui.html [ Failure ]
     80webkit.org/b/140798 accessibility/select-element-at-index.html [ Failure ]
     81webkit.org/b/140798 accessibility/svg-bounds.html [ Failure ]
     82webkit.org/b/140798 accessibility/svg-group-element-with-title.html [ Failure ]
     83webkit.org/b/140798 accessibility/tabindex-elements-are-accessible.html [ Failure ]
     84webkit.org/b/140798 accessibility/table-cell-for-column-and-row-crash.html [ Failure ]
     85webkit.org/b/140798 accessibility/table-cell-spans.html [ Failure ]
     86webkit.org/b/140798 accessibility/table-cells-roles.html [ Failure ]
     87webkit.org/b/140798 accessibility/table-cells.html [ Failure ]
     88webkit.org/b/140798 accessibility/table-column-headers-with-captions.html [ Failure ]
     89webkit.org/b/140798 accessibility/table-fallback-roles-expose-element-attributes.html [ Failure ]
     90webkit.org/b/140798 accessibility/table-headers.html [ Failure ]
     91webkit.org/b/140798 accessibility/table-incorrect-colspan-cell.html [ Failure ]
     92webkit.org/b/140798 accessibility/table-with-footer-section-above-body.html [ Failure ]
     93webkit.org/b/140798 accessibility/table-with-hidden-head-section.html [ Failure ]
     94webkit.org/b/140798 accessibility/table-with-mismatch-column-count-in-initial-section.html [ Failure ]
     95webkit.org/b/140798 accessibility/table-with-missing-aria-role-rows.html [ Failure ]
     96webkit.org/b/140798 accessibility/textarea-insertion-point-line-number.html [ Failure ]
     97webkit.org/b/140798 accessibility/th-as-title-ui.html [ Failure ]
     98webkit.org/b/140798 accessibility/title-ui-element-correctness.html [ Failure ]
     99
     100webkit.org/b/126066 accessibility/loading-iframe-updates-axtree.html [ Failure ]
     101
     102webkit.org/b/140798 [ Debug ] accessibility/aria-hidden-false-works-in-subtrees.html [ Skip ]
     103
     104# The following fail because of missing numerical output support.
     105webkit.org/b/140832 accessibility/aria-slider-value-change.html [ Failure ]
     106webkit.org/b/140832 accessibility/aria-slider-value.html [ Failure ]
     107webkit.org/b/140832 accessibility/progressbar.html [ Failure ]
     108webkit.org/b/140832 accessibility/range-alter-by-step.html [ Failure ]
     109webkit.org/b/140832 accessibility/aria-scrollbar-role.html [ Failure ]
     110webkit.org/b/140832 accessibility/notification-listeners.html [ Failure ]
     111webkit.org/b/140832 accessibility/spinbutton-value.html [ Failure ]
     112webkit.org/b/140832 accessibility/svg-remote-element.html [ Failure ]
     113webkit.org/b/140832 accessibility/textarea-line-for-index.html [ Failure ]
     114webkit.org/b/140832 accessibility/textarea-selected-text-range.html [ Timeout ]
     115
     116# TODO Need to implement global addNotificationListener in Windows DRT
     117accessibility/content-editable-as-textarea.html [ Skip ]
     118accessibility/content-editable-set-inner-text-generates-axvalue-notification.html [ Skip ]
     119accessibility/loading-iframe-sends-notification.html [ Skip ]
     120accessibility/win/single-select-children-changed.html [ Skip ]
     121accessibility/aria-switch-sends-notification.html [ Skip ]
     122
     123webkit.org/b/130011 accessibility/aria-setsize-posinset.html [ Skip ]
     124
     125accessibility/file-upload-button-stringvalue.html [ Failure ]
     126
     127# Test times out
     128webkit.org/b/95405 accessibility/win/single-select-children.html [ Timeout ]
     129webkit.org/b/97026 accessibility/file-upload-button-with-axpress.html [ Timeout ]
     130
     131# Color Well is not implemented:
     132accessibility/color-well.html
     133
     134webkit.org/b/127485 accessibility/win/parent-element.html [ Failure ]
     135
     136# Skipping on windows, missing implementation of cellForColumnAndRow
     137webkit.org/b/129250 accessibility/table-scope.html [ Skip ]
     138
     139# Exclude media element for the time being
     140accessibility/media-element.html [ Skip ]
     141
     142# Timeouts -- not investigated
     143accessibility/aria-invalid.html [ Skip ]
     144
     145# The following have not been investigated:
     146accessibility/aria-readonly.html [ Failure ]
     147accessibility/aria-required.html [ Failure ]
     148accessibility/content-editable.html [ Failure ]
     149accessibility/content-changed-notification-causes-crash.html [ Skip ]
     150legacy-animation-engine/accessibility/content-changed-notification-causes-crash.html [ Skip ]
     151accessibility/document-attributes.html [ Failure ]
     152accessibility/element-haspopup.html [ Failure ]
     153accessibility/frame-disconnect-textmarker-cache-crash.html [ Failure ]
     154
     155# Missing support for scrollTo* methods.
     156accessibility/scroll-to-global-point-iframe-nested.html [ Skip ]
     157accessibility/scroll-to-global-point-iframe.html [ Skip ]
     158accessibility/scroll-to-global-point-main-window.html [ Skip ]
     159accessibility/scroll-to-global-point-nested.html [ Skip ]
     160accessibility/scroll-to-make-visible-div-overflow.html [ Skip ]
     161accessibility/scroll-to-make-visible-iframe.html [ Skip ]
     162accessibility/scroll-to-make-visible-iframe-offscreen.html [ Skip ]
     163accessibility/scroll-to-make-visible-nested-2.html [ Skip ]
     164accessibility/scroll-to-make-visible-nested.html [ Skip ]
     165accessibility/scroll-to-make-visible-with-subfocus.html [ Skip ]
     166
     167# Apparently missing support for roleDescription on Windows.
     168accessibility/aria-roledescription.html [ Failure ]
     169
     170webkit.org/b/140867 accessibility/aria-option-role.html [ Failure ]
     171
     172# Asserts because it does not have a popup menu:
     173webkit.org/b/140869 [ Release ] accessibility/aria-combobox.html [ Failure ]
     174webkit.org/b/140869 [ Debug ] accessibility/aria-combobox.html [ Skip ]
     175
     176# Attempt to add a text element that claims NOT to be an accessibility element:
     177webkit.org/b/140870 [ Release ] accessibility/canvas-fallback-content.html [ Failure ]
     178webkit.org/b/140870 [ Debug ] accessibility/canvas-fallback-content.html [ Skip ]
     179webkit.org/b/140870 [ Release ] accessibility/canvas-accessibilitynodeobject.html [ Failure ]
     180webkit.org/b/140870 [ Debug ] accessibility/canvas-accessibilitynodeobject.html [ Skip ]
     181
     182# The following failures have not been investigated.
     183accessibility/aria-list-and-listitem.html [ Failure ]
     184accessibility/aria-mappings.html [ Failure ]
     185accessibility/aria-roles.html [ Failure ]
     186accessibility/canvas-description-and-role.html [ Failure ]
     187accessibility/disabled-controls-not-focusable.html [ Failure ]
     188accessibility/heading-level.html [ Failure ]
     189accessibility/help-text.html [ Failure ]
     190accessibility/html5-required-attribute.html [ Failure ]
     191accessibility/image-link.html [ Failure ]
     192accessibility/image-map1.html [ Failure ]
     193accessibility/image-map2.html [ Failure ]
     194accessibility/internal-link-anchors2.html [ Failure ]
     195accessibility/lists.html [ Failure ]
     196accessibility/onclick-handlers.html [ Failure ]
     197accessibility/paragraph-with-linebreaks.html [ Failure ]
     198accessibility/parent-delete.html [ Failure ]
     199[ Release ] accessibility/placeholder.html [ Failure ]
     200[ Debug ] accessibility/placeholder.html [ Skip ]
     201accessibility/plugin.html [ Failure ]
     202accessibility/press-targets-center-point.html [ Failure ]
     203accessibility/roles-computedRoleString.html [ Failure ]
     204accessibility/roles-exposed.html [ Failure ]
     205accessibility/table-attributes.html [ Failure ]
     206accessibility/table-detection.html [ Failure ]
     207accessibility/table-one-cell.html [ Failure ]
     208accessibility/table-roles-hierarchy.html [ Failure ]
     209accessibility/table-sections.html [ Failure ]
     210accessibility/table-with-rules.html [ Failure ]
     211accessibility/transformed-element.html [ Failure ]
     212accessibility/visible-elements.html [ Failure ]
     213
     214webkit.org/b/146903 accessibility/aria-table-hierarchy.html [ Skip ]
     215webkit.org/b/146903 accessibility/roles-table-and-cell.html [ Skip ]
     216
     217# Skip aria-modal tests for win
     218webkit.org/b/138566 accessibility/aria-modal.html [ Skip ]
     219webkit.org/b/138566 accessibility/aria-modal-multiple-dialogs.html [ Skip ]
     220
     221# Text marker tests are not supported
     222webkit.org/b/153292 accessibility/text-marker [ Skip ]
     223
     224# TestRunner::cellForColumnAndRow() not implemented
     225webkit.org/b/148354 accessibility/aria-table-content.html [ Skip ]
     226
     227# Failures tracked in webkit.org/b/160447.
     228accessibility/heading-crash-after-hidden.html [ Crash Failure ]
     229accessibility/adjacent-continuations-cause-assertion-failure.html [ Failure ]
     230accessibility/aria-busy.html [ Failure ]
     231accessibility/attachment-element.html [ Failure ]
     232accessibility/auto-fill-types.html [ Failure ]
     233accessibility/checkbox-mixed-value.html [ Failure ]
     234accessibility/div-within-anchors-causes-crash.html [ Failure ]
     235accessibility/hidden-th-still-column-header.html [ Failure ]
     236accessibility/set-selected-text-range-contenteditable.html [ Timeout ]
     237accessibility/spinbutton-crash.html [ Failure ]
     238accessibility/spinbutton-implicit-values.html [ Failure ]
     239accessibility/win/select-element-valuechange-event.html [ Failure ]
     240
     241# Unexpected text-only failures tracked in webkit.org/b/172437.
     242accessibility/aria-cellspans-with-native-cellspans.html [ Failure ]
     243accessibility/aria-grid-column-span.html [ Failure ]
     244accessibility/aria-orientation.html [ Failure ]
     245accessibility/aria-owns.html [ Failure ]
     246accessibility/button-with-aria-haspopup-role.html [ Failure ]
     247accessibility/deleting-iframe-destroys-axcache.html [ Failure ]
     248accessibility/double-nested-inline-element-missing-from-tree.html [ Failure ]
     249accessibility/inline-continuations.html [ Failure ]
     250accessibility/list-detection.html [ Failure ]
     251accessibility/minimal-table-with-aria-is-data-table.html [ Failure ]
     252accessibility/presentation-role-iframe.html [ Failure ]
     253accessibility/separator-values.html [ Failure ]
     254accessibility/win/bstr-elements-role.html [ Failure ]
     255accessibility/win/detached-object-notification-crash.html [ Failure ]
     256accessibility/win/heading-elements.html [ Failure ]
     257accessibility/win/img-alt-attribute.html [ Failure ]
     258accessibility/win/linked-elements.html [ Failure ]
     259accessibility/win/list-item-role.html [ Failure ]
     260accessibility/win/list-marker-role.html [ Failure ]
     261accessibility/win/list-role.html [ Failure ]
     262accessibility/win/multiple-select-element-role.html [ Failure ]
     263accessibility/win/option-element-position-and-size.html [ Failure ]
     264accessibility/win/option-element-selection-and-focus-events.html [ Failure ]
     265accessibility/win/select-element-role.html [ Failure ]
     266accessibility/win/selection-and-focus.html [ Failure ]
     267accessibility/win/text-role.html [ Failure ]
     268
     269accessibility/add-children-pseudo-element.html [ Failure ]
     270
     271webkit.org/b/181501 accessibility/table-header-calculation-for-header-rows.html [ Failure ]
     272
     273webkit.org/b/182132 accessibility/aria-combobox-control-owns-elements.html [ Timeout ]
     274
     275webkit.org/b/182626 accessibility/aria-hidden-updates-alldescendants.html [ Failure ]
     276
     277webkit.org/b/183955 accessibility/row-with-aria-role-in-native-table.html [ Failure ]
     278
     279[ Debug ] accessibility/add-children-pseudo-element.html [ Crash ]
     280[ Debug ] accessibility/aria-controls-with-tabs.html [ Crash ]
     281[ Debug ] accessibility/aria-roles.html [ Crash ]
     282[ Debug ] accessibility/contenteditable-hidden-div.html [ Crash ]
     283[ Debug ] accessibility/disabled-controls-not-focusable.html [ Crash ]
     284[ Debug ] accessibility/form-control-value-settable.html [ Crash ]
     285[ Debug ] accessibility/removed-anonymous-block-child-causes-crash.html [ Crash ]
     286[ Debug ] accessibility/removed-continuation-element-causes-crash.html [ Crash ]
     287[ Debug ] accessibility/win/focus-events.html [ Skip ]
     288[ Debug ] accessibility/win/text-role.html [ Crash ]
     289
     290################################################################################
     291########################    End Accessibility Issues    ########################
     292################################################################################
    12293
    13294# Failures on WebKit Legacy
  • trunk/LayoutTests/platform/wincairo/TestExpectations

    r245215 r245321  
    66# Platform-specific directories. Skipped here, then re-enabled on the appropriate platform.
    77#//////////////////////////////////////////////////////////////////////////////////////////
     8
     9# No Accessibility support yet for WK2
     10accessibility [ Skip ]
    811
    912# ACCELERATED_OVERFLOW_SCROLLING is disabled
     
    942945http/tests/referrer-policy-iframe [ Skip ]
    943946
     947# All timing out
     948http/tests/resourceLoadStatistics [ Skip ]
     949
    944950http/tests/security [ Skip ]
    945951http/tests/security/401-logout/401-logout.php [ Pass ]
     
    10241030# Issue categories below are shared with other platforms (primarily AppleWin)
    10251031#///////////////////////////////////////////////////////////////////////////////
    1026 
    1027 ################################################################################
    1028 ###########################   Accessibility Issues   ###########################
    1029 ################################################################################
    1030 
    1031 accessibility/win [ Pass ]
    1032 
    1033 accessibility/aria-liveregions-attributes.html [ Failure ]
    1034 accessibility/aria-liveregion-marquee-default.html [ Failure ]
    1035 accessibility/image-load-on-delay.html [ Failure ]
    1036 accessibility/media-emits-object-replacement.html [ Failure ]
    1037 accessibility/meter-element.html [ Failure ]
    1038 accessibility/set-selected-editable.html [ Failure ]
    1039 accessibility/set-value-not-work-for-disabled-sliders.html [ Failure ]
    1040 
    1041 # TODO aria-current is not supported
    1042 webkit.org/b/149018 accessibility/aria-current.html [ Skip ]
    1043 
    1044 # TODO ARIA 1.1 table related attributes are not supported
    1045 webkit.org/b/148967 accessibility/aria-table-attributes.html [ Skip ]
    1046 
    1047 # AccessibilityUIElement::clearSelectedChildren() is not implemented
    1048 accessibility/aria-listbox-clear-selection-crash.html [ Skip ]
    1049 accessibility/listbox-clear-selection.html [ Skip ]
    1050 
    1051 # Missing 'press' support
    1052 accessibility/axpress-on-aria-button.html [ Skip ]
    1053 accessibility/svg-element-press.html [ Skip ]
    1054 
    1055 # Missing cellForColumnAndRow implementation in DRT
    1056 webkit.org/b/143081 accessibility/table-cell-display-block.html [ Skip ]
    1057 accessibility/aria-table-with-presentational-elements.html [ Skip ]
    1058 
    1059 # stringValue is not implemented.
    1060 webkit.org/b/149177 accessibility/ax-value-with-search.html [ Skip ]
    1061 
    1062 # Accessibility tests for notifications that don't exist or aren't needed on Mac OS X (or Windows)
    1063 accessibility/aria-checkbox-sends-notification.html [ Skip ]
    1064 accessibility/combo-box-collapsed-selection-changed.html [ Skip ]
    1065 accessibility/children-changed-sends-notification.html [ Skip ]
    1066 accessibility/menu-list-sends-change-notification.html [ Skip ]
    1067 accessibility/multiselect-list-reports-active-option.html [ Skip ]
    1068 
    1069 # The Windows Accessibility implementation is unable to recurse through the document to
    1070 # find elements (in some cases). The following failures are due to this. The maddening
    1071 # thing is that these do not consistently fail:
    1072 webkit.org/b/140798 accessibility/aria-checked-mixed-value.html [ Failure ]
    1073 webkit.org/b/140798 accessibility/aria-controls.html [ Failure ]
    1074 webkit.org/b/140798 accessibility/auto-filled-value.html [ Skip ]
    1075 webkit.org/b/140798 accessibility/aria-flowto.html [ Failure ]
    1076 webkit.org/b/140798 [ Release ] accessibility/aria-hidden-negates-no-visibility.html [ Failure ]
    1077 webkit.org/b/140798 [ Debug ] accessibility/aria-hidden-negates-no-visibility.html [ Skip ]
    1078 webkit.org/b/140798 accessibility/aria-hidden-with-elements.html [ Failure ]
    1079 webkit.org/b/140798 accessibility/aria-sort.html [ Failure ]
    1080 webkit.org/b/140798 accessibility/aria-tables.html [ Failure ]
    1081 webkit.org/b/140798 accessibility/aria-text-role.html [ Failure ]
    1082 webkit.org/b/140798 accessibility/box-styled-lists.html [ Failure ]
    1083 webkit.org/b/140798 [ Release ] accessibility/canvas-fallback-content-2.html [ Failure ]
    1084 webkit.org/b/140798 [ Debug ] accessibility/canvas-fallback-content-2.html [ Skip ]
    1085 webkit.org/b/140798 accessibility/fieldset-element.html [ Failure ]
    1086 webkit.org/b/140798 accessibility/legend-children-are-visible.html [ Failure ]
    1087 webkit.org/b/145271 accessibility/list-detection2.html [ Failure ]
    1088 webkit.org/b/140798 accessibility/math-multiscript-attributes.html [ Failure ]
    1089 webkit.org/b/140798 accessibility/poorly-formed-aria-table.html [ Failure ]
    1090 webkit.org/b/140798 accessibility/radio-button-group-members.html [ Failure ]
    1091 webkit.org/b/140798 accessibility/radio-button-title-label.html [ Failure ]
    1092 webkit.org/b/140798 accessibility/range-alter-by-percent.html [ Failure ]
    1093 webkit.org/b/140798 accessibility/secure-textfield-title-ui.html [ Failure ]
    1094 webkit.org/b/140798 accessibility/select-element-at-index.html [ Failure ]
    1095 webkit.org/b/140798 accessibility/svg-bounds.html [ Failure ]
    1096 webkit.org/b/140798 accessibility/svg-group-element-with-title.html [ Failure ]
    1097 webkit.org/b/140798 accessibility/tabindex-elements-are-accessible.html [ Failure ]
    1098 webkit.org/b/140798 accessibility/table-cell-for-column-and-row-crash.html [ Failure ]
    1099 webkit.org/b/140798 accessibility/table-cell-spans.html [ Failure ]
    1100 webkit.org/b/140798 accessibility/table-cells-roles.html [ Failure ]
    1101 webkit.org/b/140798 accessibility/table-cells.html [ Failure ]
    1102 webkit.org/b/140798 accessibility/table-column-headers-with-captions.html [ Failure ]
    1103 webkit.org/b/140798 accessibility/table-fallback-roles-expose-element-attributes.html [ Failure ]
    1104 webkit.org/b/140798 accessibility/table-headers.html [ Failure ]
    1105 webkit.org/b/140798 accessibility/table-incorrect-colspan-cell.html [ Failure ]
    1106 webkit.org/b/140798 accessibility/table-with-footer-section-above-body.html [ Failure ]
    1107 webkit.org/b/140798 accessibility/table-with-hidden-head-section.html [ Failure ]
    1108 webkit.org/b/140798 accessibility/table-with-mismatch-column-count-in-initial-section.html [ Failure ]
    1109 webkit.org/b/140798 accessibility/table-with-missing-aria-role-rows.html [ Failure ]
    1110 webkit.org/b/140798 accessibility/textarea-insertion-point-line-number.html [ Failure ]
    1111 webkit.org/b/140798 accessibility/th-as-title-ui.html [ Failure ]
    1112 webkit.org/b/140798 accessibility/title-ui-element-correctness.html [ Failure ]
    1113 
    1114 webkit.org/b/126066 accessibility/loading-iframe-updates-axtree.html [ Failure ]
    1115 
    1116 webkit.org/b/140798 [ Debug ] accessibility/aria-hidden-false-works-in-subtrees.html [ Skip ]
    1117 
    1118 # The following fail because of missing numerical output support.
    1119 webkit.org/b/140832 accessibility/aria-slider-value-change.html [ Failure ]
    1120 webkit.org/b/140832 accessibility/aria-slider-value.html [ Failure ]
    1121 webkit.org/b/140832 accessibility/progressbar.html [ Failure ]
    1122 webkit.org/b/140832 accessibility/range-alter-by-step.html [ Failure ]
    1123 webkit.org/b/140832 accessibility/aria-scrollbar-role.html [ Failure ]
    1124 webkit.org/b/140832 accessibility/notification-listeners.html [ Failure ]
    1125 webkit.org/b/140832 accessibility/spinbutton-value.html [ Failure ]
    1126 webkit.org/b/140832 accessibility/svg-remote-element.html [ Failure ]
    1127 webkit.org/b/140832 accessibility/textarea-line-for-index.html [ Failure ]
    1128 webkit.org/b/140832 accessibility/textarea-selected-text-range.html [ Timeout ]
    1129 
    1130 # TODO Need to implement global addNotificationListener in Windows DRT
    1131 accessibility/content-editable-as-textarea.html [ Skip ]
    1132 accessibility/content-editable-set-inner-text-generates-axvalue-notification.html [ Skip ]
    1133 accessibility/loading-iframe-sends-notification.html [ Skip ]
    1134 accessibility/win/single-select-children-changed.html [ Skip ]
    1135 accessibility/aria-switch-sends-notification.html [ Skip ]
    1136 
    1137 webkit.org/b/130011 accessibility/aria-setsize-posinset.html [ Skip ]
    1138 
    1139 accessibility/file-upload-button-stringvalue.html [ Failure ]
    1140 
    1141 # Test times out
    1142 webkit.org/b/95405 accessibility/win/single-select-children.html [ Timeout ]
    1143 webkit.org/b/97026 accessibility/file-upload-button-with-axpress.html [ Timeout ]
    1144 
    1145 # Color Well is not implemented:
    1146 accessibility/color-well.html
    1147 
    1148 webkit.org/b/127485 accessibility/win/parent-element.html [ Failure ]
    1149 
    1150 # Skipping on windows, missing implementation of cellForColumnAndRow
    1151 webkit.org/b/129250 accessibility/table-scope.html [ Skip ]
    1152 
    1153 # Exclude media element for the time being
    1154 accessibility/media-element.html [ Skip ]
    1155 
    1156 # Timeouts -- not investigated
    1157 accessibility/aria-invalid.html [ Skip ]
    1158 
    1159 # The following have not been investigated:
    1160 accessibility/aria-readonly.html [ Failure ]
    1161 accessibility/aria-required.html [ Failure ]
    1162 accessibility/content-editable.html [ Failure ]
    1163 accessibility/content-changed-notification-causes-crash.html [ Skip ]
    1164 legacy-animation-engine/accessibility/content-changed-notification-causes-crash.html [ Skip ]
    1165 accessibility/document-attributes.html [ Failure ]
    1166 accessibility/element-haspopup.html [ Failure ]
    1167 accessibility/frame-disconnect-textmarker-cache-crash.html [ Failure ]
    1168 
    1169 # Missing support for scrollTo* methods.
    1170 accessibility/scroll-to-global-point-iframe-nested.html [ Skip ]
    1171 accessibility/scroll-to-global-point-iframe.html [ Skip ]
    1172 accessibility/scroll-to-global-point-main-window.html [ Skip ]
    1173 accessibility/scroll-to-global-point-nested.html [ Skip ]
    1174 accessibility/scroll-to-make-visible-div-overflow.html [ Skip ]
    1175 accessibility/scroll-to-make-visible-iframe.html [ Skip ]
    1176 accessibility/scroll-to-make-visible-iframe-offscreen.html [ Skip ]
    1177 accessibility/scroll-to-make-visible-nested-2.html [ Skip ]
    1178 accessibility/scroll-to-make-visible-nested.html [ Skip ]
    1179 accessibility/scroll-to-make-visible-with-subfocus.html [ Skip ]
    1180 
    1181 # Apparently missing support for roleDescription on Windows.
    1182 accessibility/aria-roledescription.html [ Failure ]
    1183 
    1184 webkit.org/b/140867 accessibility/aria-option-role.html [ Failure ]
    1185 
    1186 # Asserts because it does not have a popup menu:
    1187 webkit.org/b/140869 [ Release ] accessibility/aria-combobox.html [ Failure ]
    1188 webkit.org/b/140869 [ Debug ] accessibility/aria-combobox.html [ Skip ]
    1189 
    1190 # Attempt to add a text element that claims NOT to be an accessibility element:
    1191 webkit.org/b/140870 [ Release ] accessibility/canvas-fallback-content.html [ Failure ]
    1192 webkit.org/b/140870 [ Debug ] accessibility/canvas-fallback-content.html [ Skip ]
    1193 webkit.org/b/140870 [ Release ] accessibility/canvas-accessibilitynodeobject.html [ Failure ]
    1194 webkit.org/b/140870 [ Debug ] accessibility/canvas-accessibilitynodeobject.html [ Skip ]
    1195 
    1196 # The following failures have not been investigated.
    1197 accessibility/aria-list-and-listitem.html [ Failure ]
    1198 accessibility/aria-mappings.html [ Failure ]
    1199 accessibility/aria-roles.html [ Failure ]
    1200 accessibility/canvas-description-and-role.html [ Failure ]
    1201 accessibility/disabled-controls-not-focusable.html [ Failure ]
    1202 accessibility/heading-level.html [ Failure ]
    1203 accessibility/help-text.html [ Failure ]
    1204 accessibility/html5-required-attribute.html [ Failure ]
    1205 accessibility/image-link.html [ Failure ]
    1206 accessibility/image-map1.html [ Failure ]
    1207 accessibility/image-map2.html [ Failure ]
    1208 accessibility/internal-link-anchors2.html [ Failure ]
    1209 accessibility/lists.html [ Failure ]
    1210 accessibility/onclick-handlers.html [ Failure ]
    1211 accessibility/paragraph-with-linebreaks.html [ Failure ]
    1212 accessibility/parent-delete.html [ Failure ]
    1213 [ Release ] accessibility/placeholder.html [ Failure ]
    1214 [ Debug ] accessibility/placeholder.html [ Skip ]
    1215 accessibility/plugin.html [ Failure ]
    1216 accessibility/press-targets-center-point.html [ Failure ]
    1217 accessibility/roles-computedRoleString.html [ Failure ]
    1218 accessibility/roles-exposed.html [ Failure ]
    1219 accessibility/table-attributes.html [ Failure ]
    1220 accessibility/table-detection.html [ Failure ]
    1221 accessibility/table-one-cell.html [ Failure ]
    1222 accessibility/table-roles-hierarchy.html [ Failure ]
    1223 accessibility/table-sections.html [ Failure ]
    1224 accessibility/table-with-rules.html [ Failure ]
    1225 accessibility/transformed-element.html [ Failure ]
    1226 accessibility/visible-elements.html [ Failure ]
    1227 
    1228 webkit.org/b/146903 accessibility/aria-table-hierarchy.html [ Skip ]
    1229 webkit.org/b/146903 accessibility/roles-table-and-cell.html [ Skip ]
    1230 
    1231 # Skip aria-modal tests for win
    1232 webkit.org/b/138566 accessibility/aria-modal.html [ Skip ]
    1233 webkit.org/b/138566 accessibility/aria-modal-multiple-dialogs.html [ Skip ]
    1234 
    1235 # Text marker tests are not supported
    1236 webkit.org/b/153292 accessibility/text-marker [ Skip ]
    1237 
    1238 # TestRunner::cellForColumnAndRow() not implemented
    1239 webkit.org/b/148354 accessibility/aria-table-content.html [ Skip ]
    1240 
    1241 # Failures tracked in webkit.org/b/160447.
    1242 accessibility/heading-crash-after-hidden.html [ Crash Failure ]
    1243 accessibility/adjacent-continuations-cause-assertion-failure.html [ Failure ]
    1244 accessibility/aria-busy.html [ Failure ]
    1245 accessibility/attachment-element.html [ Failure ]
    1246 accessibility/auto-fill-types.html [ Failure ]
    1247 accessibility/checkbox-mixed-value.html [ Failure ]
    1248 accessibility/div-within-anchors-causes-crash.html [ Failure ]
    1249 accessibility/hidden-th-still-column-header.html [ Failure ]
    1250 accessibility/set-selected-text-range-contenteditable.html [ Timeout ]
    1251 accessibility/spinbutton-crash.html [ Failure ]
    1252 accessibility/spinbutton-implicit-values.html [ Failure ]
    1253 accessibility/win/select-element-valuechange-event.html [ Failure ]
    1254 
    1255 # Unexpected text-only failures tracked in webkit.org/b/172437.
    1256 accessibility/aria-cellspans-with-native-cellspans.html [ Failure ]
    1257 accessibility/aria-grid-column-span.html [ Failure ]
    1258 accessibility/aria-orientation.html [ Failure ]
    1259 accessibility/aria-owns.html [ Failure ]
    1260 accessibility/button-with-aria-haspopup-role.html [ Failure ]
    1261 accessibility/deleting-iframe-destroys-axcache.html [ Failure ]
    1262 accessibility/double-nested-inline-element-missing-from-tree.html [ Failure ]
    1263 accessibility/inline-continuations.html [ Failure ]
    1264 accessibility/list-detection.html [ Failure ]
    1265 accessibility/minimal-table-with-aria-is-data-table.html [ Failure ]
    1266 accessibility/presentation-role-iframe.html [ Failure ]
    1267 accessibility/separator-values.html [ Failure ]
    1268 accessibility/win/bstr-elements-role.html [ Failure ]
    1269 accessibility/win/detached-object-notification-crash.html [ Failure ]
    1270 accessibility/win/heading-elements.html [ Failure ]
    1271 accessibility/win/img-alt-attribute.html [ Failure ]
    1272 accessibility/win/linked-elements.html [ Failure ]
    1273 accessibility/win/list-item-role.html [ Failure ]
    1274 accessibility/win/list-marker-role.html [ Failure ]
    1275 accessibility/win/list-role.html [ Failure ]
    1276 accessibility/win/multiple-select-element-role.html [ Failure ]
    1277 accessibility/win/option-element-position-and-size.html [ Failure ]
    1278 accessibility/win/option-element-selection-and-focus-events.html [ Failure ]
    1279 accessibility/win/select-element-role.html [ Failure ]
    1280 accessibility/win/selection-and-focus.html [ Failure ]
    1281 accessibility/win/text-role.html [ Failure ]
    1282 
    1283 accessibility/add-children-pseudo-element.html [ Failure ]
    1284 
    1285 webkit.org/b/181501 accessibility/table-header-calculation-for-header-rows.html [ Failure ]
    1286 
    1287 webkit.org/b/182132 accessibility/aria-combobox-control-owns-elements.html [ Timeout ]
    1288 
    1289 webkit.org/b/182626 accessibility/aria-hidden-updates-alldescendants.html [ Failure ]
    1290 
    1291 webkit.org/b/183955 accessibility/row-with-aria-role-in-native-table.html [ Failure ]
    1292 
    1293 [ Debug ] accessibility/add-children-pseudo-element.html [ Crash ]
    1294 [ Debug ] accessibility/aria-controls-with-tabs.html [ Crash ]
    1295 [ Debug ] accessibility/aria-roles.html [ Crash ]
    1296 [ Debug ] accessibility/contenteditable-hidden-div.html [ Crash ]
    1297 [ Debug ] accessibility/disabled-controls-not-focusable.html [ Crash ]
    1298 [ Debug ] accessibility/form-control-value-settable.html [ Crash ]
    1299 [ Debug ] accessibility/removed-anonymous-block-child-causes-crash.html [ Crash ]
    1300 [ Debug ] accessibility/removed-continuation-element-causes-crash.html [ Crash ]
    1301 [ Debug ] accessibility/win/focus-events.html [ Skip ]
    1302 [ Debug ] accessibility/win/text-role.html [ Crash ]
    1303 
    1304 ################################################################################
    1305 ########################    End Accessibility Issues    ########################
    1306 ################################################################################
    1307 
    13081032
    13091033################################################################################
Note: See TracChangeset for help on using the changeset viewer.