| 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 3157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3168 //WebKit roll 49562:49583 | 3168 //WebKit roll 49562:49583 |
| 3169 SKIP BUG_PFELDMAN : LayoutTests/inspector = FAIL | 3169 SKIP BUG_PFELDMAN : LayoutTests/inspector = FAIL |
| 3170 BUG24854 WIN LINUX : LayoutTests/fast/forms/menulist-no-renderer-onmousedown.htm
l = CRASH | 3170 BUG24854 WIN LINUX : LayoutTests/fast/forms/menulist-no-renderer-onmousedown.htm
l = CRASH |
| 3171 BUG24855 WIN LINUX : LayoutTests/svg/custom/svg-fonts-in-html.html = FAIL | 3171 BUG24855 WIN LINUX : LayoutTests/svg/custom/svg-fonts-in-html.html = FAIL |
| 3172 | 3172 |
| 3173 BUG24862 LINUX : LayoutTests/fast/replaced/border-radius-clip.html = FAIL | 3173 BUG24862 LINUX : LayoutTests/fast/replaced/border-radius-clip.html = FAIL |
| 3174 | 3174 |
| 3175 // WebKit roll 49583:49597 | 3175 // WebKit roll 49583:49597 |
| 3176 BUG24865 WIN : LayoutTests/fast/css/large-number-round-trip.html = FAIL | 3176 BUG24865 WIN : LayoutTests/fast/css/large-number-round-trip.html = FAIL |
| 3177 BUG24930 MAC LINUX : LayoutTests/editing/selection/editable-html-element.html =
FAIL | 3177 BUG24930 MAC LINUX : LayoutTests/editing/selection/editable-html-element.html =
FAIL |
| 3178 |
| 3179 // Need to obtain results from the build bots. |
| 3180 BUG_HCLAM WIN MAC : chrome/media/video-volume-slider.html = FAIL |
| OLD | NEW |