Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: skia/skia_test_expectations.txt

Issue 11115007: Revert 161335 - Abandon older drawBitmapRect behavior, to get the new src-can-be-float behavior. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « skia/skia.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 51
52 # END OVERRIDES HERE (this line ensures that the file is newline-terminated) 52 # END OVERRIDES HERE (this line ensures that the file is newline-terminated)
53
54 # These render slightly differently if the dst-rect lands exactly on 1/2 pixel
55 # boundary, due to a different sequence of float math. Best would be to change
56 # these tests to not land there. For now we will just mark these for rebaselinin g
57 crbug.com/117597 fast/backgrounds/mask-box-image.html [ ImageOnlyFailure ]
58 crbug.com/117597 fast/borders/border-image-outset-in-shorthand.html [ ImageOnlyF ailure ]
59 crbug.com/117597 fast/borders/border-image-outset.html [ ImageOnlyFailure ]
60 crbug.com/117597 http/tests/misc/slow-loading-image-in-pattern.html [ ImageOnlyF ailure ]
61 crbug.com/117597 scrollbars/listbox-scrollbar-combinations.html [ ImageOnlyFailu re ]
62 crbug.com/117597 scrollbars/overflow-scrollbar-combinations.html [ ImageOnlyFail ure ]
63 crbug.com/117597 svg/W3C-SVG-1.1/animate-elem-36-t.svg [ ImageOnlyFailure ]
64 crbug.com/117597 svg/W3C-SVG-1.1/filters-light-01-f.svg [ ImageOnlyFailure ]
65 crbug.com/117597 svg/custom/anchor-on-use.svg [ ImageOnlyFailure ]
66 crbug.com/117597 svg/filters/filterRes2.svg [ ImageOnlyFailure ]
67 crbug.com/117597 svg/filters/filteredImage.svg [ ImageOnlyFailure ]
68 crbug.com/117597 svg/W3C-I18N/text-anchor-dirLTR-anchorEnd.svg [ ImageOnlyFailur e ]
69 crbug.com/117597 svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle.svg [ ImageOnlyFai lure ]
70 crbug.com/117597 svg/W3C-I18N/text-anchor-dirLTR-anchorStart.svg [ ImageOnlyFail ure ]
71 crbug.com/117597 svg/W3C-I18N/text-anchor-dirNone-anchorEnd.svg [ ImageOnlyFailu re ]
72 crbug.com/117597 svg/W3C-I18N/text-anchor-dirNone-anchorMiddle.svg [ ImageOnlyFa ilure ]
73 crbug.com/117597 svg/W3C-I18N/text-anchor-dirNone-anchorStart.svg [ ImageOnlyFai lure ]
74 crbug.com/117597 svg/W3C-I18N/text-anchor-dirRTL-anchorEnd.svg [ ImageOnlyFailur e ]
75 crbug.com/117597 svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle.svg [ ImageOnlyFai lure ]
76 crbug.com/117597 svg/W3C-I18N/text-anchor-dirRTL-anchorStart.svg [ ImageOnlyFail ure ]
77 crbug.com/117597 svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd.svg [ Image OnlyFailure ]
78 crbug.com/117597 svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle.svg [ Im ageOnlyFailure ]
79 crbug.com/117597 svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart.svg [ Ima geOnlyFailure ]
80 crbug.com/117597 svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd.svg [ Image OnlyFailure ]
81 crbug.com/117597 svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle.svg [ Im ageOnlyFailure ]
82 crbug.com/117597 svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart.svg [ Ima geOnlyFailure ]
83 crbug.com/117597 svg/W3C-I18N/text-anchor-no-markup.svg [ ImageOnlyFailure ]
84 crbug.com/117597 svg/W3C-SVG-1.1/pservers-grad-13-b.svg [ Failure ]
85 crbug.com/117597 svg/batik/filters/feTile.svg [ ImageOnlyFailure ]
86 crbug.com/117597 svg/custom/image-small-width-height.svg [ ImageOnlyFailure ]
87 crbug.com/117597 svg/custom/pointer-events-image-css-transform.svg [ ImageOnlyFa ilure ]
88 crbug.com/117597 svg/custom/pointer-events-image.svg [ ImageOnlyFailure ]
89 crbug.com/117597 svg/custom/radial-gradient-with-outstanding-focalPoint.svg [ Im ageOnlyFailure ]
90 crbug.com/117597 svg/custom/radialGradient-focal-radius.svg [ ImageOnlyFailure ]
91
92
OLDNEW
« no previous file with comments | « skia/skia.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698