| 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 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1126 BUG10321 MAC : LayoutTests/platform/mac/editing/input/caret-primary-bidi.html =
FAIL | 1126 BUG10321 MAC : LayoutTests/platform/mac/editing/input/caret-primary-bidi.html =
FAIL |
| 1127 BUG10321 MAC : LayoutTests/platform/mac/editing/input/firstrectforcharacterrange
-plain.html = FAIL | 1127 BUG10321 MAC : LayoutTests/platform/mac/editing/input/firstrectforcharacterrange
-plain.html = FAIL |
| 1128 BUG10321 MAC : LayoutTests/platform/mac/editing/input/range-for-empty-document.h
tml = FAIL | 1128 BUG10321 MAC : LayoutTests/platform/mac/editing/input/range-for-empty-document.h
tml = FAIL |
| 1129 | 1129 |
| 1130 // Regression from the 41362:41402 merge. | 1130 // Regression from the 41362:41402 merge. |
| 1131 BUG8402 MAC : LayoutTests/fast/forms/drag-out-of-textarea.html = FAIL PASS | 1131 BUG8402 MAC : LayoutTests/fast/forms/drag-out-of-textarea.html = FAIL PASS |
| 1132 | 1132 |
| 1133 // This test fails because (in Chromium) it includes the full path to the | 1133 // This test fails because (in Chromium) it includes the full path to the |
| 1134 // subframe URL. Need to teach dumpResourceLoadCallbacks() about relative | 1134 // subframe URL. Need to teach dumpResourceLoadCallbacks() about relative |
| 1135 // URLs. | 1135 // URLs. |
| 1136 BUG8407 : LayoutTests/fast/loader/main-document-url-for-non-http-loads.html = FA
IL | 1136 //BUG8407 : LayoutTests/fast/loader/main-document-url-for-non-http-loads.html =
FAIL |
| 1137 | 1137 |
| 1138 // These tests are flaky as of 2009/06/09. Need to investigate. | 1138 // These tests are flaky as of 2009/06/09. Need to investigate. |
| 1139 | 1139 |
| 1140 // <body><canvas height=100></canvas></body> is 1 px taller than upstream. | 1140 // <body><canvas height=100></canvas></body> is 1 px taller than upstream. |
| 1141 BUG13809 WIN LINUX : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = F
AIL | 1141 BUG13809 WIN LINUX : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = F
AIL |
| 1142 | 1142 |
| 1143 // ---------------------------------------------------------------------------- | 1143 // ---------------------------------------------------------------------------- |
| 1144 // NEW FOR THE MERGE | 1144 // NEW FOR THE MERGE |
| 1145 // | 1145 // |
| 1146 // These tests need to have their output inspected to make sure it's reasonable | 1146 // These tests need to have their output inspected to make sure it's reasonable |
| (...skipping 1130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2277 | 2277 |
| 2278 // WebKit update 48883:48904 | 2278 // WebKit update 48883:48904 |
| 2279 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-cloned-from-framele
ss-doc-context-2.html = FAIL | 2279 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-cloned-from-framele
ss-doc-context-2.html = FAIL |
| 2280 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-cloned-from-framele
ss-doc-context.html = FAIL | 2280 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-cloned-from-framele
ss-doc-context.html = FAIL |
| 2281 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-cloned-from-framele
ss-doc.xhtml = FAIL | 2281 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-cloned-from-framele
ss-doc.xhtml = FAIL |
| 2282 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-extracted-from-fram
eless-doc-context-2.html = FAIL | 2282 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-extracted-from-fram
eless-doc-context-2.html = FAIL |
| 2283 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-extracted-from-fram
eless-doc-context.html = FAIL | 2283 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-extracted-from-fram
eless-doc-context.html = FAIL |
| 2284 BUG_SENORBLANCO : LayoutTests/fast/events/node-event-anchor-lock.html = FAIL | 2284 BUG_SENORBLANCO : LayoutTests/fast/events/node-event-anchor-lock.html = FAIL |
| 2285 BUG_SENORBLANCO WIN LINUX : LayoutTests/fast/forms/selected-index-assert.html =
FAIL | 2285 BUG_SENORBLANCO WIN LINUX : LayoutTests/fast/forms/selected-index-assert.html =
FAIL |
| 2286 BUG_SENORBLANCO WIN LINUX : LayoutTests/svg/filters/feComposite.svg = FAIL | 2286 BUG_SENORBLANCO WIN LINUX : LayoutTests/svg/filters/feComposite.svg = FAIL |
| OLD | NEW |