| 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 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1072 | 1072 |
| 1073 BUG10306 LINUX : LayoutTests/svg/carto.net/combobox.svg = FAIL | 1073 BUG10306 LINUX : LayoutTests/svg/carto.net/combobox.svg = FAIL |
| 1074 | 1074 |
| 1075 // There are a ugly room between black strokes and white painting of characters. | 1075 // There are a ugly room between black strokes and white painting of characters. |
| 1076 BUG10307 WIN : LayoutTests/svg/W3C-SVG-1.1/filters-example-01-b.svg = FAIL | 1076 BUG10307 WIN : LayoutTests/svg/W3C-SVG-1.1/filters-example-01-b.svg = FAIL |
| 1077 | 1077 |
| 1078 // Linux pixeltest failure: slightly different shade of composited | 1078 // Linux pixeltest failure: slightly different shade of composited |
| 1079 // alpha in bottom group. | 1079 // alpha in bottom group. |
| 1080 BUG10310 LINUX : LayoutTests/svg/W3C-SVG-1.1/masking-opacity-01-b.svg = FAIL | 1080 BUG10310 LINUX : LayoutTests/svg/W3C-SVG-1.1/masking-opacity-01-b.svg = FAIL |
| 1081 | 1081 |
| 1082 // Image mismatch: some green blocks are not displayed. | |
| 1083 // Started to fail WebKit upstream change r49757, and probably related to it. | |
| 1084 BUG25175 : LayoutTests/svg/W3C-SVG-1.1/masking-mask-01-b.svg = IMAGE | |
| 1085 | |
| 1086 // Image mismatch since WebKit r49757. | 1082 // Image mismatch since WebKit r49757. |
| 1087 // The difference is hard to tell, but our gradation is slightly different | 1083 // The difference is hard to tell, but our gradation is slightly different |
| 1088 // (blue is too strong on the gradation). | 1084 // (blue is too strong on the gradation). |
| 1089 // Pixel dump was updated on upstream but our rendering did not change. | 1085 // Pixel dump was updated on upstream but our rendering did not change. |
| 1090 BUG25175 MAC : LayoutTests/svg/custom/grayscale-gradient-mask.svg = IMAGE | 1086 BUG25175 MAC : LayoutTests/svg/custom/grayscale-gradient-mask.svg = IMAGE |
| 1091 | 1087 |
| 1092 // | 1088 // |
| 1093 // ----------------------------------------------------------------- | 1089 // ----------------------------------------------------------------- |
| 1094 // End of SVG tests | 1090 // End of SVG tests |
| 1095 // ----------------------------------------------------------------- | 1091 // ----------------------------------------------------------------- |
| (...skipping 1919 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3015 | 3011 |
| 3016 // Slight breakage from Skia r447. Needs rebaseline. | 3012 // Slight breakage from Skia r447. Needs rebaseline. |
| 3017 | 3013 |
| 3018 BUG_SENORBLANCO WIN LINUX : LayoutTests/fast/backgrounds/svg-as-background-5.htm
l = IMAGE | 3014 BUG_SENORBLANCO WIN LINUX : LayoutTests/fast/backgrounds/svg-as-background-5.htm
l = IMAGE |
| 3019 BUG_SENORBLANCO WIN : LayoutTests/fast/overflow/scrollRevealButton.html = IMAGE | 3015 BUG_SENORBLANCO WIN : LayoutTests/fast/overflow/scrollRevealButton.html = IMAGE |
| 3020 BUG_SENORBLANCO WIN : LayoutTests/svg/transforms/text-with-pattern-with-svg-tran
sform.svg = IMAGE | 3016 BUG_SENORBLANCO WIN : LayoutTests/svg/transforms/text-with-pattern-with-svg-tran
sform.svg = IMAGE |
| 3021 | 3017 |
| 3022 // New failures from merge 51480:51511 | 3018 // New failures from merge 51480:51511 |
| 3023 BUG_UKAI WIN LINUX : LayoutTests/svg/custom/mask-with-all-units.svg = FAIL | 3019 BUG_UKAI WIN LINUX : LayoutTests/svg/custom/mask-with-all-units.svg = FAIL |
| 3024 BUG_UKAI WIN : LayoutTests/storage/domstorage/complex-keys.html = FAIL | 3020 BUG_UKAI WIN : LayoutTests/storage/domstorage/complex-keys.html = FAIL |
| OLD | NEW |