| 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 1187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1198 BUG13809 WIN LINUX : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = F
AIL | 1198 BUG13809 WIN LINUX : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = F
AIL |
| 1199 | 1199 |
| 1200 // ---------------------------------------------------------------------------- | 1200 // ---------------------------------------------------------------------------- |
| 1201 // NEW FOR THE MERGE | 1201 // NEW FOR THE MERGE |
| 1202 // | 1202 // |
| 1203 // These tests need to have their output inspected to make sure it's reasonable | 1203 // These tests need to have their output inspected to make sure it's reasonable |
| 1204 // and then baselined if necessary. | 1204 // and then baselined if necessary. |
| 1205 // ---------------------------------------------------------------------------- | 1205 // ---------------------------------------------------------------------------- |
| 1206 | 1206 |
| 1207 // Need to finish implementing window.accessibilityController for these to work. | 1207 // Need to finish implementing window.accessibilityController for these to work. |
| 1208 BUG10322 : LayoutTests/accessibility = FAIL PASS | |
| 1209 BUG10322 : LayoutTests/accessibility/non-native-image-crash.html = PASS | |
| 1210 BUG10322 : LayoutTests/accessibility/aria-link-supports-press.html = FAIL | 1208 BUG10322 : LayoutTests/accessibility/aria-link-supports-press.html = FAIL |
| 1211 BUG10322 : LayoutTests/accessibility/aria-readonly.html = FAIL | 1209 BUG10322 : LayoutTests/accessibility/aria-readonly.html = FAIL |
| 1212 BUG10322 : LayoutTests/accessibility/aria-tables.html = FAIL | 1210 BUG10322 : LayoutTests/accessibility/aria-tables.html = FAIL |
| 1213 BUG10322 : LayoutTests/accessibility/button-press-action.html = FAIL | 1211 BUG10322 : LayoutTests/accessibility/button-press-action.html = FAIL |
| 1214 BUG10322 : LayoutTests/accessibility/canvas.html = FAIL | 1212 BUG10322 : LayoutTests/accessibility/canvas.html = FAIL |
| 1215 BUG10322 : LayoutTests/accessibility/editable-webarea-context-menu-point.html =
FAIL | 1213 BUG10322 : LayoutTests/accessibility/editable-webarea-context-menu-point.html =
FAIL |
| 1216 BUG10322 : LayoutTests/accessibility/iframe-bastardization.html = FAIL | 1214 BUG10322 : LayoutTests/accessibility/iframe-bastardization.html = FAIL |
| 1217 BUG10322 : LayoutTests/accessibility/image-map1.html = FAIL | 1215 BUG10322 : LayoutTests/accessibility/image-map1.html = FAIL |
| 1218 BUG10322 : LayoutTests/accessibility/image-map2.html = FAIL | 1216 BUG10322 : LayoutTests/accessibility/image-map2.html = FAIL |
| 1219 BUG10322 : LayoutTests/accessibility/img-aria-button-alt-tag.html = FAIL | 1217 BUG10322 : LayoutTests/accessibility/img-aria-button-alt-tag.html = FAIL |
| (...skipping 1946 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3166 BUG_JAPHET : LayoutTests/fast/js/string-trim.html = FAIL | 3164 BUG_JAPHET : LayoutTests/fast/js/string-trim.html = FAIL |
| 3167 | 3165 |
| 3168 // WebKit roll 49473:49502 | 3166 // WebKit roll 49473:49502 |
| 3169 BUG24756 : LayoutTests/fast/websockets/websocket-event-target.html = FAIL | 3167 BUG24756 : LayoutTests/fast/websockets/websocket-event-target.html = FAIL |
| 3170 BUG24757 : LayoutTests/fast/dom/beforeload/frame-before-load.html = FAIL | 3168 BUG24757 : LayoutTests/fast/dom/beforeload/frame-before-load.html = FAIL |
| 3171 // See also bug 23475: | 3169 // See also bug 23475: |
| 3172 BUG24775 : LayoutTests/svg/custom/missing-xlink.svg = FAIL PASS | 3170 BUG24775 : LayoutTests/svg/custom/missing-xlink.svg = FAIL PASS |
| 3173 | 3171 |
| 3174 // WebKit roll 28932:28964 | 3172 // WebKit roll 28932:28964 |
| 3175 BUG_DIMICH : LayoutTests/fast/events/add-event-without-document.html = TIMEOUT | 3173 BUG_DIMICH : LayoutTests/fast/events/add-event-without-document.html = TIMEOUT |
| OLD | NEW |