| 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 3058 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3069 // Test failures from WebKit merge 46426 to 46471 | 3069 // Test failures from WebKit merge 46426 to 46471 |
| 3070 // These probably just need to be rebaselined on win/linux. | 3070 // These probably just need to be rebaselined on win/linux. |
| 3071 BUG17883 WIN LINUX : LayoutTests/editing/deleting/delete-3857753-fix.html = FAIL | 3071 BUG17883 WIN LINUX : LayoutTests/editing/deleting/delete-3857753-fix.html = FAIL |
| 3072 BUG17883 WIN LINUX : LayoutTests/editing/deleting/pruning-after-merge-2.html = F
AIL | 3072 BUG17883 WIN LINUX : LayoutTests/editing/deleting/pruning-after-merge-2.html = F
AIL |
| 3073 BUG17883 WIN LINUX : LayoutTests/editing/execCommand/5138441.html = FAIL | 3073 BUG17883 WIN LINUX : LayoutTests/editing/execCommand/5138441.html = FAIL |
| 3074 BUG17883 WIN LINUX : LayoutTests/editing/pasteboard/display-block-on-spans.html
= FAIL | 3074 BUG17883 WIN LINUX : LayoutTests/editing/pasteboard/display-block-on-spans.html
= FAIL |
| 3075 | 3075 |
| 3076 // Test failures from WebKit merge 46508 to 46531 | 3076 // Test failures from WebKit merge 46508 to 46531 |
| 3077 BUG17974 WIN LINUX: LayoutTests/fast/css/getComputedStyle/computed-style-without
-renderer.html = FAIL | 3077 BUG17974 WIN LINUX: LayoutTests/fast/css/getComputedStyle/computed-style-without
-renderer.html = FAIL |
| 3078 BUG17974 WIN LINUX: LayoutTests/fast/css/getComputedStyle/computed-style.html =
FAIL | 3078 BUG17974 WIN LINUX: LayoutTests/fast/css/getComputedStyle/computed-style.html =
FAIL |
| 3079 BUG17974 : LayoutTests/fast/css/remove-shorthand.html = FAIL | |
| 3080 BUG17974 WIN LINUX: LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL | 3079 BUG17974 WIN LINUX: LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL |
| 3081 BUG17974 WIN MAC: LayoutTests/svg/custom/svg-fonts-in-html.html = FAIL | |
| 3082 BUG17974 WIN: LyoutTests/transtions/cancel-transitions.html = FAIL | 3080 BUG17974 WIN: LyoutTests/transtions/cancel-transitions.html = FAIL |
| 3083 | |
| 3084 // Test failure from WebKit merge 46536 to 46570 | |
| 3085 BUG18051 MAC : LayoutTests/fast/lists/ol-start-parsing.html = FAIL | |
| OLD | NEW |