| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 # Skia r9262 (don't overclamp cubics (see skbug.com/1316)) changed | 51 # Skia r9262 (don't overclamp cubics (see skbug.com/1316)) changed |
| 52 # the way curves are drawn. The changes to this image are imperceptible | 52 # the way curves are drawn. The changes to this image are imperceptible |
| 53 crbug.com/243726 svg/as-background-image/svg-as-background-6.html [ ImageOnlyFai
lure ] | 53 crbug.com/243726 svg/as-background-image/svg-as-background-6.html [ ImageOnlyFai
lure ] |
| 54 | 54 |
| 55 # Skia's roll to r9450 caused some changes to the layout tests | 55 # Skia's roll to r9450 caused some changes to the layout tests |
| 56 # In particular, the change to rendering some large fonts using paths | 56 # In particular, the change to rendering some large fonts using paths |
| 57 # altered an svg test | 57 # altered an svg test |
| 58 crbug.com/247306 svg/custom/use-referencing-nonexisting-symbol.svg [ Failure Ima
geOnlyFailure ] | 58 crbug.com/247306 svg/custom/use-referencing-nonexisting-symbol.svg [ Failure Ima
geOnlyFailure ] |
| 59 crbug.com/247306 [ Linux ] fast/text/international/spaces-combined-in-vertical-t
ext.html [ Failure ] | 59 crbug.com/247306 [ Linux ] fast/text/international/spaces-combined-in-vertical-t
ext.html [ Failure ] |
| 60 | 60 |
| 61 # With the Skia DEPS roll to r9631 (https://codereview.chromium.org/17078006/) |
| 62 # some layout test images changed. This is most likely due to r9605 |
| 63 # (https://code.google.com/p/skia/source/detail?r=9605) |
| 64 crbug.com/250525 css3/filters/custom/custom-filter-nonseparable-blend-mode-color
.html [ ImageOnlyFailure Crash ] |
| 65 crbug.com/250525 css3/filters/custom/custom-filter-nonseparable-blend-mode-hue.h
tml [ ImageOnlyFailure Crash ] |
| 66 crbug.com/250525 css3/filters/custom/custom-filter-nonseparable-blend-mode-lumin
osity.html [ ImageOnlyFailure Crash ] |
| 67 crbug.com/250525 css3/filters/custom/custom-filter-nonseparable-blend-mode-satur
ation.html [ ImageOnlyFailure Crash ] |
| 68 crbug.com/250525 svg/W3C-SVG-1.1/masking-intro-01-f.svg [ ImageOnlyFailure ] |
| 69 crbug.com/250525 svg/css/circle-in-mask-with-shadow.svg [ ImageOnlyFailure ] |
| 70 crbug.com/250525 svg/custom/grayscale-gradient-mask-2.svg [ ImageOnlyFailure ] |
| 71 crbug.com/250525 svg/custom/mask-colorspace.svg [ ImageOnlyFailure ] |
| 72 crbug.com/250525 svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-at
tr.html [ ImageOnlyFailure ] |
| 73 crbug.com/250525 svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr.
html [ ImageOnlyFailure ] |
| 74 crbug.com/250525 svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr.html [
ImageOnlyFailure ] |
| 75 crbug.com/250525 svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr
.html [ ImageOnlyFailure ] |
| 76 crbug.com/250525 svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr.html [
ImageOnlyFailure ] |
| 77 crbug.com/250525 svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency
-prop.html [ ImageOnlyFailure ] |
| 78 crbug.com/250525 svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-pr
op.html [ ImageOnlyFailure ] |
| 79 crbug.com/250525 svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop.htm
l [ ImageOnlyFailure ] |
| 80 crbug.com/250525 svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-p
rop.html [ ImageOnlyFailure ] |
| 81 crbug.com/250525 svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop.htm
l [ ImageOnlyFailure ] |
| 82 crbug.com/250525 svg/filters/filter-clip.svg [ ImageOnlyFailure ] |
| 83 crbug.com/250525 css3/filters/effect-reference.html [ ImageOnlyFailure ] |
| 84 crbug.com/250525 svg/W3C-SVG-1.1/filters-turb-01-f.svg [ ImageOnlyFailure ] |
| 85 crbug.com/250525 svg/W3C-SVG-1.1/filters-turb-02-f.svg [ ImageOnlyFailure ] |
| 86 |
| 61 # END OVERRIDES HERE (this line ensures that the file is newline-terminated) | 87 # END OVERRIDES HERE (this line ensures that the file is newline-terminated) |
| OLD | NEW |