| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 # START OVERRIDES HERE | 49 # START OVERRIDES HERE |
| 50 | 50 |
| 51 # the new image is better and results from improved AA ellipse drawing | 51 # the new image is better and results from improved AA ellipse drawing |
| 52 # implemented in r9162 (https://chromiumcodereview.appspot.com/14938004) | 52 # implemented in r9162 (https://chromiumcodereview.appspot.com/14938004) |
| 53 crbug.com/241761 virtual/gpu/fast/canvas/canvas-composite-transformclip.html [ I
mageOnlyFailure ] | 53 crbug.com/241761 virtual/gpu/fast/canvas/canvas-composite-transformclip.html [ I
mageOnlyFailure ] |
| 54 | 54 |
| 55 # Skia r9262 (don't overclamp cubics (see skbug.com/1316)) changed | 55 # Skia r9262 (don't overclamp cubics (see skbug.com/1316)) changed |
| 56 # the way curves are drawn. The changes to this image are imperceptible | 56 # the way curves are drawn. The changes to this image are imperceptible |
| 57 crbug.com/243726 svg/as-background-image/svg-as-background-6.html [ ImageOnlyFai
lure ] | 57 crbug.com/243726 svg/as-background-image/svg-as-background-6.html [ ImageOnlyFai
lure ] |
| 58 | 58 |
| 59 # Skia r9279 improved hairline rendering of quadratics and slightly |
| 60 # changed this layout test |
| 61 crbug.com/244401 virtual/gpu/fast/canvas/quadraticCurveTo.xml [ ImageOnlyFailure
] |
| 62 |
| 59 # END OVERRIDES HERE (this line ensures that the file is newline-terminated) | 63 # END OVERRIDES HERE (this line ensures that the file is newline-terminated) |
| OLD | NEW |