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 2960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2971 BUG17170 : LayoutTests/fast/dom/prototype-inheritance.html = FAIL | 2971 BUG17170 : LayoutTests/fast/dom/prototype-inheritance.html = FAIL |
2972 | 2972 |
2973 // New tests from WebKit merge 46087:46125 | 2973 // New tests from WebKit merge 46087:46125 |
2974 BUG17255 LINUX WIN : LayoutTests/fast/box-shadow/spread.html = FAIL | 2974 BUG17255 LINUX WIN : LayoutTests/fast/box-shadow/spread.html = FAIL |
2975 BUG13907 WIN : LayoutTests/media/audio-constructor-autobuffer.html = FAIL | 2975 BUG13907 WIN : LayoutTests/media/audio-constructor-autobuffer.html = FAIL |
2976 | 2976 |
2977 // New test from WebKit merge 46126:46141 (crashes on mac). | 2977 // New test from WebKit merge 46126:46141 (crashes on mac). |
2978 BUG17321 LINUX WIN : LayoutTests/fast/loader/non-html-load-event.html = FAIL | 2978 BUG17321 LINUX WIN : LayoutTests/fast/loader/non-html-load-event.html = FAIL |
2979 BUG17321 MAC : LayoutTests/fast/loader/non-html-load-event.html = CRASH FAIL | 2979 BUG17321 MAC : LayoutTests/fast/loader/non-html-load-event.html = CRASH FAIL |
2980 | 2980 |
2981 // Tests that regressed from WebKit merge (got rebaselined upstream) | |
2982 BUG17326 : LayoutTests/editing/execCommand/4641880-2.html = FAIL | |
2983 BUG17326 : LayoutTests/editing/execCommand/4916541.html = FAIL | |
2984 BUG17326 : LayoutTests/editing/execCommand/5138441.html = FAIL | |
2985 BUG17326 : LayoutTests/editing/execCommand/5481523.html = FAIL | |
2986 BUG17326 : LayoutTests/editing/execCommand/indent-selection.html = FAIL | |
2987 | |
2988 BUG17332 WIN : LayoutTests/editing/execCommand/19087.html = CRASH | 2981 BUG17332 WIN : LayoutTests/editing/execCommand/19087.html = CRASH |
2989 BUG17332 WIN : LayoutTests/editing/execCommand/19653-1.html = CRASH | 2982 BUG17332 WIN : LayoutTests/editing/execCommand/19653-1.html = CRASH |
OLD | NEW |