| 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 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1109 BUG8407 : LayoutTests/fast/loader/main-document-url-for-non-http-loads.html = FA
IL | 1109 BUG8407 : LayoutTests/fast/loader/main-document-url-for-non-http-loads.html = FA
IL |
| 1110 | 1110 |
| 1111 // These tests are flaky as of 2009/06/09. Need to investigate. | 1111 // These tests are flaky as of 2009/06/09. Need to investigate. |
| 1112 BUG13692 WIN : LayoutTests/dom/html/level2/html/HTMLParamElement03.html = CRASH
PASS | 1112 BUG13692 WIN : LayoutTests/dom/html/level2/html/HTMLParamElement03.html = CRASH
PASS |
| 1113 BUG13692 WIN : LayoutTests/svg/custom/polyline-hittest.svg = CRASH PASS | 1113 BUG13692 WIN : LayoutTests/svg/custom/polyline-hittest.svg = CRASH PASS |
| 1114 BUG13692 WIN : LayoutTests/tables/mozilla/marvin/tables_bgcolor_green.html = CRA
SH PASS | 1114 BUG13692 WIN : LayoutTests/tables/mozilla/marvin/tables_bgcolor_green.html = CRA
SH PASS |
| 1115 BUG13692 MAC : LayoutTests/fast/dom/Document/open-with-pending-load.html = CRASH
PASS | 1115 BUG13692 MAC : LayoutTests/fast/dom/Document/open-with-pending-load.html = CRASH
PASS |
| 1116 BUG13692 MAC : LayoutTests/fast/invalid/019.html = CRASH PASS | 1116 BUG13692 MAC : LayoutTests/fast/invalid/019.html = CRASH PASS |
| 1117 | 1117 |
| 1118 // <body><canvas height=100></canvas></body> is 1 px taller than upstream. | 1118 // <body><canvas height=100></canvas></body> is 1 px taller than upstream. |
| 1119 BUG13809 : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = FAIL | 1119 BUG13809 WIN LINUX : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = F
AIL |
| 1120 | 1120 |
| 1121 // ---------------------------------------------------------------------------- | 1121 // ---------------------------------------------------------------------------- |
| 1122 // NEW FOR THE MERGE | 1122 // NEW FOR THE MERGE |
| 1123 // | 1123 // |
| 1124 // These tests need to have their output inspected to make sure it's reasonable | 1124 // These tests need to have their output inspected to make sure it's reasonable |
| 1125 // and then baselined if necessary. | 1125 // and then baselined if necessary. |
| 1126 // ---------------------------------------------------------------------------- | 1126 // ---------------------------------------------------------------------------- |
| 1127 | 1127 |
| 1128 // Accessibility is off in the browser, and accessibility is not a priority | 1128 // Accessibility is off in the browser, and accessibility is not a priority |
| 1129 // for the current release. | 1129 // for the current release. |
| (...skipping 1620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2750 BUG14832 : LayoutTests/editing/selection/user-drag-element-and-user-select-none.
html = FAIL | 2750 BUG14832 : LayoutTests/editing/selection/user-drag-element-and-user-select-none.
html = FAIL |
| 2751 BUG14831 : LayoutTests/fast/events/event-trace.html = FAIL | 2751 BUG14831 : LayoutTests/fast/events/event-trace.html = FAIL |
| 2752 | 2752 |
| 2753 // WebKit 44922:44927 | 2753 // WebKit 44922:44927 |
| 2754 BUG14885 : LayoutTests/fast/js/JSON-parse.html = FAIL | 2754 BUG14885 : LayoutTests/fast/js/JSON-parse.html = FAIL |
| 2755 BUG14889 REBASELINE : LayoutTests/http/tests/security/xssAuditor/link-opens-new-
window.html = FAIL | 2755 BUG14889 REBASELINE : LayoutTests/http/tests/security/xssAuditor/link-opens-new-
window.html = FAIL |
| 2756 | 2756 |
| 2757 // WebKit 44928:44943 | 2757 // WebKit 44928:44943 |
| 2758 BUG14946 : LayoutTests/fast/js/date-toisostring.html = FAIL | 2758 BUG14946 : LayoutTests/fast/js/date-toisostring.html = FAIL |
| 2759 BUG14951 WIN LINUX : LayoutTests/fast/repaint/background-generated.html = FAIL | 2759 BUG14951 WIN LINUX : LayoutTests/fast/repaint/background-generated.html = FAIL |
| OLD | NEW |