| OLD | NEW |
| 1 // This file consists of lines with specifications of what | 1 // This file consists of lines with specifications of what |
| 2 // to expect from layout test cases. The test cases can be directories | 2 // to expect from layout test cases. The test cases can be directories |
| 3 // in which case the expectations apply to all test cases in that | 3 // in which case the expectations apply to all test cases in that |
| 4 // directory and any subdirectory. The format of the file is along the | 4 // directory and any subdirectory. The format of the file is along the |
| 5 // lines of: | 5 // lines of: |
| 6 // | 6 // |
| 7 // LayoutTests/fast/js/fixme.js = FAIL | 7 // LayoutTests/fast/js/fixme.js = FAIL |
| 8 // LayoutTests/fast/js/flaky.js = FAIL PASS | 8 // LayoutTests/fast/js/flaky.js = FAIL PASS |
| 9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS | 9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS |
| 10 // | 10 // |
| (...skipping 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1176 // ---------------------------------------------------------------------------- | 1176 // ---------------------------------------------------------------------------- |
| 1177 | 1177 |
| 1178 // AccessibilityUIElement.isActionSupported. | 1178 // AccessibilityUIElement.isActionSupported. |
| 1179 BUG28997 WONTFIX : LayoutTests/accessibility/aria-link-supports-press.html = FAI
L | 1179 BUG28997 WONTFIX : LayoutTests/accessibility/aria-link-supports-press.html = FAI
L |
| 1180 BUG28997 WONTFIX : LayoutTests/accessibility/button-press-action.html = FAIL | 1180 BUG28997 WONTFIX : LayoutTests/accessibility/button-press-action.html = FAIL |
| 1181 BUG28997 WONTFIX : LayoutTests/accessibility/onclick-handlers.html = FAIL | 1181 BUG28997 WONTFIX : LayoutTests/accessibility/onclick-handlers.html = FAIL |
| 1182 | 1182 |
| 1183 // AccessibilityUIElement.cellForColumnAndRow. | 1183 // AccessibilityUIElement.cellForColumnAndRow. |
| 1184 BUG28998 WONTFIX : LayoutTests/accessibility/aria-tables.html = FAIL | 1184 BUG28998 WONTFIX : LayoutTests/accessibility/aria-tables.html = FAIL |
| 1185 BUG28998 WONTFIX : LayoutTests/accessibility/table-cell-spans.html = FAIL | 1185 BUG28998 WONTFIX : LayoutTests/accessibility/table-cell-spans.html = FAIL |
| 1186 BUG28998 : LayoutTests/accessibility/table-cells.html = FAIL | 1186 BUG28998 WONTFIX : LayoutTests/accessibility/table-cells.html = FAIL |
| 1187 | 1187 |
| 1188 // AccessibilityUIElement.clickPointX support | 1188 // AccessibilityUIElement.clickPointX support |
| 1189 BUG29001 : LayoutTests/accessibility/editable-webarea-context-menu-point.html =
FAIL | 1189 BUG29001 : LayoutTests/accessibility/editable-webarea-context-menu-point.html =
FAIL |
| 1190 | 1190 |
| 1191 // AccessibilityUIElement.attributesOfLinkedUIElements() support | 1191 // AccessibilityUIElement.attributesOfLinkedUIElements() support |
| 1192 BUG29002 : LayoutTests/accessibility/internal-link-anchors2.html = FAIL | 1192 BUG29002 : LayoutTests/accessibility/internal-link-anchors2.html = FAIL |
| 1193 BUG29002 : LayoutTests/accessibility/radio-button-group-members.html = FAIL | 1193 BUG29002 : LayoutTests/accessibility/radio-button-group-members.html = FAIL |
| 1194 | 1194 |
| 1195 // AccessibilityUIElement.elementAtPoint() support | 1195 // AccessibilityUIElement.elementAtPoint() support |
| 1196 BUG29003 : LayoutTests/accessibility/label-for-control-hittest.html = FAIL | 1196 BUG29003 : LayoutTests/accessibility/label-for-control-hittest.html = FAIL |
| (...skipping 1821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3018 BUG29059 : LayoutTests/editing/selection/5825350-2.html = FAIL | 3018 BUG29059 : LayoutTests/editing/selection/5825350-2.html = FAIL |
| 3019 BUG29059 : LayoutTests/editing/selection/mixed-editability-10.html = FAIL | 3019 BUG29059 : LayoutTests/editing/selection/mixed-editability-10.html = FAIL |
| 3020 BUG29059 : LayoutTests/editing/deleting/5390681-2.html = FAIL | 3020 BUG29059 : LayoutTests/editing/deleting/5390681-2.html = FAIL |
| 3021 | 3021 |
| 3022 // New failures from WebKit r51527 | 3022 // New failures from WebKit r51527 |
| 3023 BUG_HAMAJI WIN LINUX : LayoutTests/css2.1/t1205-c561-list-displ-00-b.html = IMAG
E+TEXT | 3023 BUG_HAMAJI WIN LINUX : LayoutTests/css2.1/t1205-c561-list-displ-00-b.html = IMAG
E+TEXT |
| 3024 BUG_HAMAJI WIN LINUX : LayoutTests/css2.1/t1205-c565-list-pos-00-b.html = IMAGE+
TEXT | 3024 BUG_HAMAJI WIN LINUX : LayoutTests/css2.1/t1205-c565-list-pos-00-b.html = IMAGE+
TEXT |
| 3025 BUG_HAMAJI WIN LINUX : LayoutTests/css2.1/t1205-c566-list-stl-00-e-ag.html = IMA
GE+TEXT | 3025 BUG_HAMAJI WIN LINUX : LayoutTests/css2.1/t1205-c566-list-stl-00-e-ag.html = IMA
GE+TEXT |
| 3026 BUG_HAMAJI WIN LINUX : LayoutTests/fast/block/positioning/complex-percentage-hei
ght.html = IMAGE+TEXT | 3026 BUG_HAMAJI WIN LINUX : LayoutTests/fast/block/positioning/complex-percentage-hei
ght.html = IMAGE+TEXT |
| 3027 BUG_HAMAJI WIN LINUX : LayoutTests/fast/lists/item-not-in-list-line-wrapping.htm
l = IMAGE+TEXT | 3027 BUG_HAMAJI WIN LINUX : LayoutTests/fast/lists/item-not-in-list-line-wrapping.htm
l = IMAGE+TEXT |
| OLD | NEW |