| 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 831 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 842 // Extra space at end of test results. Since this is a crash test, a | 842 // Extra space at end of test results. Since this is a crash test, a |
| 843 // FAIL here is just as good as running the test normally. | 843 // FAIL here is just as good as running the test normally. |
| 844 // FAIL results from an extra newline at the top of the results | 844 // FAIL results from an extra newline at the top of the results |
| 845 // the checked in results do not include the PASS text. | 845 // the checked in results do not include the PASS text. |
| 846 // May only need re-baselining? | 846 // May only need re-baselining? |
| 847 BUG24206 WIN : LayoutTests/http/tests/navigation/changing-frame-hierarchy-in-onl
oad.html = FAIL PASS | 847 BUG24206 WIN : LayoutTests/http/tests/navigation/changing-frame-hierarchy-in-onl
oad.html = FAIL PASS |
| 848 BUG24206 LINUX MAC : LayoutTests/http/tests/navigation/changing-frame-hierarchy-
in-onload.html = FAIL | 848 BUG24206 LINUX MAC : LayoutTests/http/tests/navigation/changing-frame-hierarchy-
in-onload.html = FAIL |
| 849 | 849 |
| 850 BUG20507 : LayoutTests/http/tests/uri/resolve-encoding-relative.html = FAIL | 850 BUG20507 : LayoutTests/http/tests/uri/resolve-encoding-relative.html = FAIL |
| 851 | 851 |
| 852 BUG10432 WIN LINUX : LayoutTests/fast/overflow/004.html = FAIL | |
| 853 | |
| 854 //also BUG24863 | 852 //also BUG24863 |
| 855 BUG9071 WIN : LayoutTests/editing/selection/drag-to-contenteditable-iframe.html
= FAIL | 853 BUG9071 WIN : LayoutTests/editing/selection/drag-to-contenteditable-iframe.html
= FAIL |
| 856 BUG9071 LINUX : LayoutTests/editing/selection/drag-to-contenteditable-iframe.htm
l = FAIL | 854 BUG9071 LINUX : LayoutTests/editing/selection/drag-to-contenteditable-iframe.htm
l = FAIL |
| 857 | 855 |
| 858 // ----------------------------------------------------------------- | 856 // ----------------------------------------------------------------- |
| 859 // SVG TESTS | 857 // SVG TESTS |
| 860 // ----------------------------------------------------------------- | 858 // ----------------------------------------------------------------- |
| 861 | 859 |
| 862 // These are regressions from 1.0, but deemed DEFERable for 2.0. | 860 // These are regressions from 1.0, but deemed DEFERable for 2.0. |
| 863 BUG8635 LINUX WIN : LayoutTests/svg/custom/pattern-y-offset.svg = FAIL | 861 BUG8635 LINUX WIN : LayoutTests/svg/custom/pattern-y-offset.svg = FAIL |
| (...skipping 2180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3044 | 3042 |
| 3045 // New tests. Failures from merge 51253:51310. | 3043 // New tests. Failures from merge 51253:51310. |
| 3046 BUG28605 : LayoutTests/plugins/reloadplugins-no-pages.html = TEXT | 3044 BUG28605 : LayoutTests/plugins/reloadplugins-no-pages.html = TEXT |
| 3047 BUG28605 : LayoutTests/plugins/reloadplugins-and-pages.html = TIMEOUT | 3045 BUG28605 : LayoutTests/plugins/reloadplugins-and-pages.html = TIMEOUT |
| 3048 BUG28605 WIN LINUX : LayoutTests/svg/filters/big-sized-filter.svg = IMAGE | 3046 BUG28605 WIN LINUX : LayoutTests/svg/filters/big-sized-filter.svg = IMAGE |
| 3049 BUG28605 : LayoutTests/svg/filters/big-sized-filter-2.svg = MISSING | 3047 BUG28605 : LayoutTests/svg/filters/big-sized-filter-2.svg = MISSING |
| 3050 BUG28605 WIN LINUX : LayoutTests/svg/filters/filterRes.svg = IMAGE | 3048 BUG28605 WIN LINUX : LayoutTests/svg/filters/filterRes.svg = IMAGE |
| 3051 | 3049 |
| 3052 // New tests. Failures from merge 51210:51325. | 3050 // New tests. Failures from merge 51210:51325. |
| 3053 BUG28646 : LayoutTests/editing/selection/transformed-selection-rects.html = FAIL | 3051 BUG28646 : LayoutTests/editing/selection/transformed-selection-rects.html = FAIL |
| OLD | NEW |