OLD | NEW |
1 // TEMPORARY overrides of | 1 // TEMPORARY overrides of |
2 // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt | 2 // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt |
3 // that are associated with changes to the Skia code. | 3 // that are associated with changes to the Skia code. |
4 // | 4 // |
5 // GUIDELINES: | 5 // GUIDELINES: |
6 // - This file should be empty most of the time. | 6 // - This file should be empty most of the time. |
7 // - Expectations should only be added TEMPORARILY, as a step towards | 7 // - Expectations should only be added TEMPORARILY, as a step towards |
8 // rebaselining layout test results. If any one expectation remains in here | 8 // rebaselining layout test results. If any one expectation remains in here |
9 // for more than a week or two, then we are probably doing something wrong. | 9 // for more than a week or two, then we are probably doing something wrong. |
10 // - Expectations from this file should NOT be rolled into any other | 10 // - Expectations from this file should NOT be rolled into any other |
(...skipping 30 matching lines...) Expand all Loading... |
41 // | 41 // |
42 // 5. Commit your DEPS roll CL, and keep an eye on the waterfall bots to make | 42 // 5. Commit your DEPS roll CL, and keep an eye on the waterfall bots to make |
43 // sure nothing goes red. | 43 // sure nothing goes red. |
44 // | 44 // |
45 // 6. Make sure to rebaseline the layout tests as soon as possible! The longer | 45 // 6. Make sure to rebaseline the layout tests as soon as possible! The longer |
46 // we leave overrides in this file, the harder it will be to rebaseline those | 46 // we leave overrides in this file, the harder it will be to rebaseline those |
47 // tests (because other rendering changes might creep in). | 47 // tests (because other rendering changes might creep in). |
48 // | 48 // |
49 // START OVERRIDES HERE | 49 // START OVERRIDES HERE |
50 | 50 |
| 51 //Skia roll to r4843 |
| 52 BUGCR139863 WIN : fast/css/shadow-multiple.html = IMAGE |
| 53 BUGCR139863 WIN : fast/multicol/shadow-breaking.html = IMAGE |
| 54 BUGCR139863 WIN : fast/repaint/shadow-multiple-vertical.html = IMAGE |
| 55 BUGCR139863 WIN : fast/transforms/shadows.html = IMAGE |
| 56 BUGCR139863 WIN : fast/text/shadow-translucent-fill.html = IMAGE |
| 57 BUGCR139863 WIN : fast/text/stroking-decorations.html = IMAGE |
| 58 BUGCR139863 WIN : fast/text/stroking.html = IMAGE |
| 59 BUGCR139863 WIN : fast/writing-mode/english-lr-text.html = IMAGE |
| 60 BUGCR139863 WIN : ietestcenter/css3/text/textshadow-002.htm = IMAGE |
| 61 BUGCR139863 WIN : ietestcenter/css3/text/textshadow-010.htm = IMAGE |
| 62 BUGCR139863 WIN : svg/css/text-gradient-shadow.svg = IMAGE |
| 63 BUGCR139863 WIN : svg/css/text-shadow-multiple.xhtml = IMAGE |
| 64 BUGCR139863 WIN : compositing/shadows/shadow-drawing.html = IMAGE |
| 65 //The following two do image comparison in javascript. |
| 66 BUGCR139863 WIN : fast/canvas/fillText-shadow.html = TEXT |
| 67 BUGCR139863 WIN : platform/chromium/virtual/gpu/fast/canvas/fillText-shadow.html
= TEXT |
| 68 BUGCR139863 WIN : svg/css/composite-shadow-text.svg = IMAGE |
| 69 BUGCR139863 WIN : svg/css/group-with-shadow.svg = IMAGE |
| 70 BUGCR139863 WIN : svg/css/shadow-changes.svg = IMAGE |
| 71 BUGCR139863 WIN : transitions/svg-text-shadow-transition.html = IMAGE |
| 72 BUGCR139863 LINUX : platform/chromium-linux/fast/text/chromium-linux-fontconfig-
renderstyle.html = IMAGE |
| 73 BUGCR139863 MAC : fast/repaint/shadow-multiple-horizontal.html = IMAGE |
| 74 |
51 // END OVERRIDES HERE (this line ensures that the file is newline-terminated) | 75 // END OVERRIDES HERE (this line ensures that the file is newline-terminated) |
OLD | NEW |