Changeset 245321 in webkit
- Timestamp:
- May 15, 2019, 3:22:47 AM (7 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
platform/wincairo-wk1/TestExpectations (modified) (1 diff)
-
platform/wincairo/TestExpectations (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r245317 r245321 1 2019-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 1 12 2019-05-14 Wenson Hsieh <wenson_hsieh@apple.com> 2 13 -
trunk/LayoutTests/platform/wincairo-wk1/TestExpectations
r245215 r245321 10 10 # End platform-specific directories. 11 11 #////////////////////////////////////////////////////////////////////////////////////////// 12 13 ################################################################################ 14 ########################### Accessibility Issues ########################### 15 ################################################################################ 16 17 accessibility/win [ Pass ] 18 19 accessibility/aria-liveregions-attributes.html [ Failure ] 20 accessibility/aria-liveregion-marquee-default.html [ Failure ] 21 accessibility/image-load-on-delay.html [ Failure ] 22 accessibility/media-emits-object-replacement.html [ Failure ] 23 accessibility/meter-element.html [ Failure ] 24 accessibility/set-selected-editable.html [ Failure ] 25 accessibility/set-value-not-work-for-disabled-sliders.html [ Failure ] 26 27 # TODO aria-current is not supported 28 webkit.org/b/149018 accessibility/aria-current.html [ Skip ] 29 30 # TODO ARIA 1.1 table related attributes are not supported 31 webkit.org/b/148967 accessibility/aria-table-attributes.html [ Skip ] 32 33 # AccessibilityUIElement::clearSelectedChildren() is not implemented 34 accessibility/aria-listbox-clear-selection-crash.html [ Skip ] 35 accessibility/listbox-clear-selection.html [ Skip ] 36 37 # Missing 'press' support 38 accessibility/axpress-on-aria-button.html [ Skip ] 39 accessibility/svg-element-press.html [ Skip ] 40 41 # Missing cellForColumnAndRow implementation in DRT 42 webkit.org/b/143081 accessibility/table-cell-display-block.html [ Skip ] 43 accessibility/aria-table-with-presentational-elements.html [ Skip ] 44 45 # stringValue is not implemented. 46 webkit.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) 49 accessibility/aria-checkbox-sends-notification.html [ Skip ] 50 accessibility/combo-box-collapsed-selection-changed.html [ Skip ] 51 accessibility/children-changed-sends-notification.html [ Skip ] 52 accessibility/menu-list-sends-change-notification.html [ Skip ] 53 accessibility/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: 58 webkit.org/b/140798 accessibility/aria-checked-mixed-value.html [ Failure ] 59 webkit.org/b/140798 accessibility/aria-controls.html [ Failure ] 60 webkit.org/b/140798 accessibility/auto-filled-value.html [ Skip ] 61 webkit.org/b/140798 accessibility/aria-flowto.html [ Failure ] 62 webkit.org/b/140798 [ Release ] accessibility/aria-hidden-negates-no-visibility.html [ Failure ] 63 webkit.org/b/140798 [ Debug ] accessibility/aria-hidden-negates-no-visibility.html [ Skip ] 64 webkit.org/b/140798 accessibility/aria-hidden-with-elements.html [ Failure ] 65 webkit.org/b/140798 accessibility/aria-sort.html [ Failure ] 66 webkit.org/b/140798 accessibility/aria-tables.html [ Failure ] 67 webkit.org/b/140798 accessibility/aria-text-role.html [ Failure ] 68 webkit.org/b/140798 accessibility/box-styled-lists.html [ Failure ] 69 webkit.org/b/140798 [ Release ] accessibility/canvas-fallback-content-2.html [ Failure ] 70 webkit.org/b/140798 [ Debug ] accessibility/canvas-fallback-content-2.html [ Skip ] 71 webkit.org/b/140798 accessibility/fieldset-element.html [ Failure ] 72 webkit.org/b/140798 accessibility/legend-children-are-visible.html [ Failure ] 73 webkit.org/b/145271 accessibility/list-detection2.html [ Failure ] 74 webkit.org/b/140798 accessibility/math-multiscript-attributes.html [ Failure ] 75 webkit.org/b/140798 accessibility/poorly-formed-aria-table.html [ Failure ] 76 webkit.org/b/140798 accessibility/radio-button-group-members.html [ Failure ] 77 webkit.org/b/140798 accessibility/radio-button-title-label.html [ Failure ] 78 webkit.org/b/140798 accessibility/range-alter-by-percent.html [ Failure ] 79 webkit.org/b/140798 accessibility/secure-textfield-title-ui.html [ Failure ] 80 webkit.org/b/140798 accessibility/select-element-at-index.html [ Failure ] 81 webkit.org/b/140798 accessibility/svg-bounds.html [ Failure ] 82 webkit.org/b/140798 accessibility/svg-group-element-with-title.html [ Failure ] 83 webkit.org/b/140798 accessibility/tabindex-elements-are-accessible.html [ Failure ] 84 webkit.org/b/140798 accessibility/table-cell-for-column-and-row-crash.html [ Failure ] 85 webkit.org/b/140798 accessibility/table-cell-spans.html [ Failure ] 86 webkit.org/b/140798 accessibility/table-cells-roles.html [ Failure ] 87 webkit.org/b/140798 accessibility/table-cells.html [ Failure ] 88 webkit.org/b/140798 accessibility/table-column-headers-with-captions.html [ Failure ] 89 webkit.org/b/140798 accessibility/table-fallback-roles-expose-element-attributes.html [ Failure ] 90 webkit.org/b/140798 accessibility/table-headers.html [ Failure ] 91 webkit.org/b/140798 accessibility/table-incorrect-colspan-cell.html [ Failure ] 92 webkit.org/b/140798 accessibility/table-with-footer-section-above-body.html [ Failure ] 93 webkit.org/b/140798 accessibility/table-with-hidden-head-section.html [ Failure ] 94 webkit.org/b/140798 accessibility/table-with-mismatch-column-count-in-initial-section.html [ Failure ] 95 webkit.org/b/140798 accessibility/table-with-missing-aria-role-rows.html [ Failure ] 96 webkit.org/b/140798 accessibility/textarea-insertion-point-line-number.html [ Failure ] 97 webkit.org/b/140798 accessibility/th-as-title-ui.html [ Failure ] 98 webkit.org/b/140798 accessibility/title-ui-element-correctness.html [ Failure ] 99 100 webkit.org/b/126066 accessibility/loading-iframe-updates-axtree.html [ Failure ] 101 102 webkit.org/b/140798 [ Debug ] accessibility/aria-hidden-false-works-in-subtrees.html [ Skip ] 103 104 # The following fail because of missing numerical output support. 105 webkit.org/b/140832 accessibility/aria-slider-value-change.html [ Failure ] 106 webkit.org/b/140832 accessibility/aria-slider-value.html [ Failure ] 107 webkit.org/b/140832 accessibility/progressbar.html [ Failure ] 108 webkit.org/b/140832 accessibility/range-alter-by-step.html [ Failure ] 109 webkit.org/b/140832 accessibility/aria-scrollbar-role.html [ Failure ] 110 webkit.org/b/140832 accessibility/notification-listeners.html [ Failure ] 111 webkit.org/b/140832 accessibility/spinbutton-value.html [ Failure ] 112 webkit.org/b/140832 accessibility/svg-remote-element.html [ Failure ] 113 webkit.org/b/140832 accessibility/textarea-line-for-index.html [ Failure ] 114 webkit.org/b/140832 accessibility/textarea-selected-text-range.html [ Timeout ] 115 116 # TODO Need to implement global addNotificationListener in Windows DRT 117 accessibility/content-editable-as-textarea.html [ Skip ] 118 accessibility/content-editable-set-inner-text-generates-axvalue-notification.html [ Skip ] 119 accessibility/loading-iframe-sends-notification.html [ Skip ] 120 accessibility/win/single-select-children-changed.html [ Skip ] 121 accessibility/aria-switch-sends-notification.html [ Skip ] 122 123 webkit.org/b/130011 accessibility/aria-setsize-posinset.html [ Skip ] 124 125 accessibility/file-upload-button-stringvalue.html [ Failure ] 126 127 # Test times out 128 webkit.org/b/95405 accessibility/win/single-select-children.html [ Timeout ] 129 webkit.org/b/97026 accessibility/file-upload-button-with-axpress.html [ Timeout ] 130 131 # Color Well is not implemented: 132 accessibility/color-well.html 133 134 webkit.org/b/127485 accessibility/win/parent-element.html [ Failure ] 135 136 # Skipping on windows, missing implementation of cellForColumnAndRow 137 webkit.org/b/129250 accessibility/table-scope.html [ Skip ] 138 139 # Exclude media element for the time being 140 accessibility/media-element.html [ Skip ] 141 142 # Timeouts -- not investigated 143 accessibility/aria-invalid.html [ Skip ] 144 145 # The following have not been investigated: 146 accessibility/aria-readonly.html [ Failure ] 147 accessibility/aria-required.html [ Failure ] 148 accessibility/content-editable.html [ Failure ] 149 accessibility/content-changed-notification-causes-crash.html [ Skip ] 150 legacy-animation-engine/accessibility/content-changed-notification-causes-crash.html [ Skip ] 151 accessibility/document-attributes.html [ Failure ] 152 accessibility/element-haspopup.html [ Failure ] 153 accessibility/frame-disconnect-textmarker-cache-crash.html [ Failure ] 154 155 # Missing support for scrollTo* methods. 156 accessibility/scroll-to-global-point-iframe-nested.html [ Skip ] 157 accessibility/scroll-to-global-point-iframe.html [ Skip ] 158 accessibility/scroll-to-global-point-main-window.html [ Skip ] 159 accessibility/scroll-to-global-point-nested.html [ Skip ] 160 accessibility/scroll-to-make-visible-div-overflow.html [ Skip ] 161 accessibility/scroll-to-make-visible-iframe.html [ Skip ] 162 accessibility/scroll-to-make-visible-iframe-offscreen.html [ Skip ] 163 accessibility/scroll-to-make-visible-nested-2.html [ Skip ] 164 accessibility/scroll-to-make-visible-nested.html [ Skip ] 165 accessibility/scroll-to-make-visible-with-subfocus.html [ Skip ] 166 167 # Apparently missing support for roleDescription on Windows. 168 accessibility/aria-roledescription.html [ Failure ] 169 170 webkit.org/b/140867 accessibility/aria-option-role.html [ Failure ] 171 172 # Asserts because it does not have a popup menu: 173 webkit.org/b/140869 [ Release ] accessibility/aria-combobox.html [ Failure ] 174 webkit.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: 177 webkit.org/b/140870 [ Release ] accessibility/canvas-fallback-content.html [ Failure ] 178 webkit.org/b/140870 [ Debug ] accessibility/canvas-fallback-content.html [ Skip ] 179 webkit.org/b/140870 [ Release ] accessibility/canvas-accessibilitynodeobject.html [ Failure ] 180 webkit.org/b/140870 [ Debug ] accessibility/canvas-accessibilitynodeobject.html [ Skip ] 181 182 # The following failures have not been investigated. 183 accessibility/aria-list-and-listitem.html [ Failure ] 184 accessibility/aria-mappings.html [ Failure ] 185 accessibility/aria-roles.html [ Failure ] 186 accessibility/canvas-description-and-role.html [ Failure ] 187 accessibility/disabled-controls-not-focusable.html [ Failure ] 188 accessibility/heading-level.html [ Failure ] 189 accessibility/help-text.html [ Failure ] 190 accessibility/html5-required-attribute.html [ Failure ] 191 accessibility/image-link.html [ Failure ] 192 accessibility/image-map1.html [ Failure ] 193 accessibility/image-map2.html [ Failure ] 194 accessibility/internal-link-anchors2.html [ Failure ] 195 accessibility/lists.html [ Failure ] 196 accessibility/onclick-handlers.html [ Failure ] 197 accessibility/paragraph-with-linebreaks.html [ Failure ] 198 accessibility/parent-delete.html [ Failure ] 199 [ Release ] accessibility/placeholder.html [ Failure ] 200 [ Debug ] accessibility/placeholder.html [ Skip ] 201 accessibility/plugin.html [ Failure ] 202 accessibility/press-targets-center-point.html [ Failure ] 203 accessibility/roles-computedRoleString.html [ Failure ] 204 accessibility/roles-exposed.html [ Failure ] 205 accessibility/table-attributes.html [ Failure ] 206 accessibility/table-detection.html [ Failure ] 207 accessibility/table-one-cell.html [ Failure ] 208 accessibility/table-roles-hierarchy.html [ Failure ] 209 accessibility/table-sections.html [ Failure ] 210 accessibility/table-with-rules.html [ Failure ] 211 accessibility/transformed-element.html [ Failure ] 212 accessibility/visible-elements.html [ Failure ] 213 214 webkit.org/b/146903 accessibility/aria-table-hierarchy.html [ Skip ] 215 webkit.org/b/146903 accessibility/roles-table-and-cell.html [ Skip ] 216 217 # Skip aria-modal tests for win 218 webkit.org/b/138566 accessibility/aria-modal.html [ Skip ] 219 webkit.org/b/138566 accessibility/aria-modal-multiple-dialogs.html [ Skip ] 220 221 # Text marker tests are not supported 222 webkit.org/b/153292 accessibility/text-marker [ Skip ] 223 224 # TestRunner::cellForColumnAndRow() not implemented 225 webkit.org/b/148354 accessibility/aria-table-content.html [ Skip ] 226 227 # Failures tracked in webkit.org/b/160447. 228 accessibility/heading-crash-after-hidden.html [ Crash Failure ] 229 accessibility/adjacent-continuations-cause-assertion-failure.html [ Failure ] 230 accessibility/aria-busy.html [ Failure ] 231 accessibility/attachment-element.html [ Failure ] 232 accessibility/auto-fill-types.html [ Failure ] 233 accessibility/checkbox-mixed-value.html [ Failure ] 234 accessibility/div-within-anchors-causes-crash.html [ Failure ] 235 accessibility/hidden-th-still-column-header.html [ Failure ] 236 accessibility/set-selected-text-range-contenteditable.html [ Timeout ] 237 accessibility/spinbutton-crash.html [ Failure ] 238 accessibility/spinbutton-implicit-values.html [ Failure ] 239 accessibility/win/select-element-valuechange-event.html [ Failure ] 240 241 # Unexpected text-only failures tracked in webkit.org/b/172437. 242 accessibility/aria-cellspans-with-native-cellspans.html [ Failure ] 243 accessibility/aria-grid-column-span.html [ Failure ] 244 accessibility/aria-orientation.html [ Failure ] 245 accessibility/aria-owns.html [ Failure ] 246 accessibility/button-with-aria-haspopup-role.html [ Failure ] 247 accessibility/deleting-iframe-destroys-axcache.html [ Failure ] 248 accessibility/double-nested-inline-element-missing-from-tree.html [ Failure ] 249 accessibility/inline-continuations.html [ Failure ] 250 accessibility/list-detection.html [ Failure ] 251 accessibility/minimal-table-with-aria-is-data-table.html [ Failure ] 252 accessibility/presentation-role-iframe.html [ Failure ] 253 accessibility/separator-values.html [ Failure ] 254 accessibility/win/bstr-elements-role.html [ Failure ] 255 accessibility/win/detached-object-notification-crash.html [ Failure ] 256 accessibility/win/heading-elements.html [ Failure ] 257 accessibility/win/img-alt-attribute.html [ Failure ] 258 accessibility/win/linked-elements.html [ Failure ] 259 accessibility/win/list-item-role.html [ Failure ] 260 accessibility/win/list-marker-role.html [ Failure ] 261 accessibility/win/list-role.html [ Failure ] 262 accessibility/win/multiple-select-element-role.html [ Failure ] 263 accessibility/win/option-element-position-and-size.html [ Failure ] 264 accessibility/win/option-element-selection-and-focus-events.html [ Failure ] 265 accessibility/win/select-element-role.html [ Failure ] 266 accessibility/win/selection-and-focus.html [ Failure ] 267 accessibility/win/text-role.html [ Failure ] 268 269 accessibility/add-children-pseudo-element.html [ Failure ] 270 271 webkit.org/b/181501 accessibility/table-header-calculation-for-header-rows.html [ Failure ] 272 273 webkit.org/b/182132 accessibility/aria-combobox-control-owns-elements.html [ Timeout ] 274 275 webkit.org/b/182626 accessibility/aria-hidden-updates-alldescendants.html [ Failure ] 276 277 webkit.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 ################################################################################ 12 293 13 294 # Failures on WebKit Legacy -
trunk/LayoutTests/platform/wincairo/TestExpectations
r245215 r245321 6 6 # Platform-specific directories. Skipped here, then re-enabled on the appropriate platform. 7 7 #////////////////////////////////////////////////////////////////////////////////////////// 8 9 # No Accessibility support yet for WK2 10 accessibility [ Skip ] 8 11 9 12 # ACCELERATED_OVERFLOW_SCROLLING is disabled … … 942 945 http/tests/referrer-policy-iframe [ Skip ] 943 946 947 # All timing out 948 http/tests/resourceLoadStatistics [ Skip ] 949 944 950 http/tests/security [ Skip ] 945 951 http/tests/security/401-logout/401-logout.php [ Pass ] … … 1024 1030 # Issue categories below are shared with other platforms (primarily AppleWin) 1025 1031 #/////////////////////////////////////////////////////////////////////////////// 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 supported1042 webkit.org/b/149018 accessibility/aria-current.html [ Skip ]1043 1044 # TODO ARIA 1.1 table related attributes are not supported1045 webkit.org/b/148967 accessibility/aria-table-attributes.html [ Skip ]1046 1047 # AccessibilityUIElement::clearSelectedChildren() is not implemented1048 accessibility/aria-listbox-clear-selection-crash.html [ Skip ]1049 accessibility/listbox-clear-selection.html [ Skip ]1050 1051 # Missing 'press' support1052 accessibility/axpress-on-aria-button.html [ Skip ]1053 accessibility/svg-element-press.html [ Skip ]1054 1055 # Missing cellForColumnAndRow implementation in DRT1056 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 to1070 # find elements (in some cases). The following failures are due to this. The maddening1071 # 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 DRT1131 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 out1142 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.html1147 1148 webkit.org/b/127485 accessibility/win/parent-element.html [ Failure ]1149 1150 # Skipping on windows, missing implementation of cellForColumnAndRow1151 webkit.org/b/129250 accessibility/table-scope.html [ Skip ]1152 1153 # Exclude media element for the time being1154 accessibility/media-element.html [ Skip ]1155 1156 # Timeouts -- not investigated1157 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 win1232 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 supported1236 webkit.org/b/153292 accessibility/text-marker [ Skip ]1237 1238 # TestRunner::cellForColumnAndRow() not implemented1239 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 1308 1032 1309 1033 ################################################################################
Note:
See TracChangeset
for help on using the changeset viewer.