| 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 // fast/js/fixme.js = FAIL | 7 // fast/js/fixme.js = FAIL |
| 8 // fast/js/flaky.js = FAIL PASS | 8 // fast/js/flaky.js = FAIL PASS |
| 9 // fast/js/crash.js = CRASH TIMEOUT FAIL PASS | 9 // fast/js/crash.js = CRASH TIMEOUT FAIL PASS |
| 10 // | 10 // |
| (...skipping 2955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2966 | 2966 |
| 2967 // Started failing during roll from 54848 -> 54898 | 2967 // Started failing during roll from 54848 -> 54898 |
| 2968 // Started failing with 54865. No rebaselines upstream but they don't run pixel
tests. | 2968 // Started failing with 54865. No rebaselines upstream but they don't run pixel
tests. |
| 2969 BUG36019 : fast/borders/svg-as-border-image-2.html = IMAGE | 2969 BUG36019 : fast/borders/svg-as-border-image-2.html = IMAGE |
| 2970 BUG36019 : fast/borders/svg-as-border-image.html = IMAGE | 2970 BUG36019 : fast/borders/svg-as-border-image.html = IMAGE |
| 2971 BUG36019 : fast/images/svg-as-tiled-background.html = IMAGE | 2971 BUG36019 : fast/images/svg-as-tiled-background.html = IMAGE |
| 2972 | 2972 |
| 2973 // Started failing with r54823 | 2973 // Started failing with r54823 |
| 2974 BUG35923 LINUX : fast/backgrounds/animated-gif-as-background.html = IMAGE | 2974 BUG35923 LINUX : fast/backgrounds/animated-gif-as-background.html = IMAGE |
| 2975 | 2975 |
| 2976 // Failed with roll to r54937 (not just a rebaseline) | 2976 // Failed with roll to r54937 (incorrect color of hovered item) |
| 2977 BUG_ROLANDSTEINER LINUX WIN : fast/css/first-letter-first-line-hover.html = IMAG
E+TEXT | 2977 BUG36113 : fast/css/first-letter-first-line-hover.html = IMAGE+TEXT |
| 2978 | 2978 |
| 2979 // Expected failures with WebKit roll to r54944 |
| 2980 BUG36110 : editing/execCommand/19089.html = TEXT |
| 2981 BUG36110 : editing/pasteboard/5065605.html = TEXT |
| 2982 BUG36110 : editing/pasteboard/5245519.html = TEXT |
| 2983 BUG36110 : editing/pasteboard/paste-text-011.html = TEXT |
| 2984 BUG36110 : editing/pasteboard/paste-text-012.html = TEXT |
| OLD | NEW |