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

Side by Side Diff: third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2

Issue 2588853002: Fix border radius on composited children. (Closed)
Patch Set: New baselines Created 3 years, 11 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
OLDNEW
1 # Expectations for slimming paint v2 1 # Expectations for slimming paint v2
2 # See: https://docs.google.com/document/d/1QCM912Dr6u38DqyQqd7pxQxDy8FFOoWMMDq7u AXqKdA/view 2 # See: https://docs.google.com/document/d/1QCM912Dr6u38DqyQqd7pxQxDy8FFOoWMMDq7u AXqKdA/view
3 # We are focused on fast/, compositing/, and svg/ with all other directories ski pped (for now). 3 # We are focused on fast/, compositing/, and svg/ with all other directories ski pped (for now).
4 4
5 Bug(none) accessibility/ [ Skip ] 5 Bug(none) accessibility/ [ Skip ]
6 Bug(none) animations/ [ Skip ] 6 Bug(none) animations/ [ Skip ]
7 Bug(none) app_banner/ [ Skip ] 7 Bug(none) app_banner/ [ Skip ]
8 Bug(none) battery-status/ [ Skip ] 8 Bug(none) battery-status/ [ Skip ]
9 Bug(none) bindings/ [ Skip ] 9 Bug(none) bindings/ [ Skip ]
10 Bug(none) bluetooth/ [ Skip ] 10 Bug(none) bluetooth/ [ Skip ]
(...skipping 2177 matching lines...) Expand 10 before | Expand all | Expand 10 after
2188 crbug.com/589265 svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop.html [ Fa ilure ] 2188 crbug.com/589265 svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop.html [ Fa ilure ]
2189 crbug.com/589265 svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop.html [ F ailure ] 2189 crbug.com/589265 svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop.html [ F ailure ]
2190 crbug.com/589265 svg/foreignObject/filter.html [ Failure ] 2190 crbug.com/589265 svg/foreignObject/filter.html [ Failure ]
2191 2191
2192 # Interesting one. The expectation contains an artifact due to incorrect 2192 # Interesting one. The expectation contains an artifact due to incorrect
2193 # Skia peephole optimization. 2193 # Skia peephole optimization.
2194 crbug.com/675805 fast/text/complex-text-opacity.html [ Failure ] 2194 crbug.com/675805 fast/text/complex-text-opacity.html [ Failure ]
2195 2195
2196 # Failures due to frame scrollbars not painted 2196 # Failures due to frame scrollbars not painted
2197 crbug.com/589279 css3/blending/background-blend-mode-data-uri-svg-image.html [ F ailure ] 2197 crbug.com/589279 css3/blending/background-blend-mode-data-uri-svg-image.html [ F ailure ]
2198
2199 # Need to write SPv2 version of this code.
2200 crbug.com/157218 compositing/overflow/border-radius-styles-with-composited-child .html [ Failure ]
Stephen Chennney 2017/01/04 19:22:46 I'll follow up with pdr@ or chrishtr@ about this.
2198 2201
2199 # Notes about rebaselined tests: 2202 # Notes about rebaselined tests:
2200 # 2203 #
2201 # Rebaselined for small pixel differences. 2204 # Rebaselined for small pixel differences.
2202 # compositing/geometry/layer-due-to-layer-children-deep.html 2205 # compositing/geometry/layer-due-to-layer-children-deep.html
2203 # 2206 #
2204 # Rebaselined because GeometryMapper applies a control clip for the input elemen t; SPv1 does not. 2207 # Rebaselined because GeometryMapper applies a control clip for the input elemen t; SPv1 does not.
2205 # fast/css/input-search-padding.html 2208 # fast/css/input-search-padding.html
2206 # fast/forms/search/search-vertical-alignment.html 2209 # fast/forms/search/search-vertical-alignment.html
2207 # fast/forms/search/searchfield-heights.html 2210 # fast/forms/search/searchfield-heights.html
2208 # fast/forms/text/text-font-height-mismatch.html 2211 # fast/forms/text/text-font-height-mismatch.html
2209 # fast/forms/text/textfield-overflow-by-value-update.html 2212 # fast/forms/text/textfield-overflow-by-value-update.html
2210 # fast/replaced/width100percent-searchfield.html 2213 # fast/replaced/width100percent-searchfield.html
2211 # 2214 #
2212 # SPv2 correctly positions a background clip that includes the transformed size of div #two. 2215 # SPv2 correctly positions a background clip that includes the transformed size of div #two.
2213 # SPv1 does not understand how to apply transforms properly in PaintLayerClipper (the issue is 2216 # SPv1 does not understand how to apply transforms properly in PaintLayerClipper (the issue is
2214 # also tracked in crbug.com/548184). 2217 # also tracked in crbug.com/548184).
2215 # transforms/transform-overflow.html 2218 # transforms/transform-overflow.html
2216 2219
2217 # Subpixel adjustments due to differences in compositing 2220 # Subpixel adjustments due to differences in compositing
2218 Bug(none) fast/pagination/auto-height-with-break.html [ Failure ] 2221 Bug(none) fast/pagination/auto-height-with-break.html [ Failure ]
2219 Bug(none) svg/custom/non-scaling-stroke-update.svg [ Failure ] 2222 Bug(none) svg/custom/non-scaling-stroke-update.svg [ Failure ]
2220 Bug(none) fast/css/transform-default-parameter.html [ Failure ] 2223 Bug(none) fast/css/transform-default-parameter.html [ Failure ]
2221 Bug(none) svg/custom/use-css-events.svg [ Failure ] 2224 Bug(none) svg/custom/use-css-events.svg [ Failure ]
2222 Bug(none) svg/text/text-layout-crash.html [ Failure ] 2225 Bug(none) svg/text/text-layout-crash.html [ Failure ]
2223 Bug(none) fast/multicol/span/invalid-spanner-in-transform.html [ Failure ] 2226 Bug(none) fast/multicol/span/invalid-spanner-in-transform.html [ Failure ]
2224 Bug(none) images/color-profile-iframe.html [ Failure ] 2227 Bug(none) images/color-profile-iframe.html [ Failure ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698