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

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

Issue 2238883006: SPv2: Use GeometryMapper to implement PaintLayerClipper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: none Created 4 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
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 accessibility/ [ Skip ] 5 accessibility/ [ Skip ]
6 animations/ [ Skip ] 6 animations/ [ Skip ]
7 app_banner/ [ Skip ] 7 app_banner/ [ Skip ]
8 battery-status/ [ Skip ] 8 battery-status/ [ Skip ]
9 bindings/ [ Skip ] 9 bindings/ [ Skip ]
10 bluetooth/ [ Skip ] 10 bluetooth/ [ Skip ]
(...skipping 2139 matching lines...) Expand 10 before | Expand all | Expand 10 after
2150 crbug.com/637316 svg/text/text-outline-rgba.html [ Failure ] 2150 crbug.com/637316 svg/text/text-outline-rgba.html [ Failure ]
2151 crbug.com/637316 svg/text/text-path-middle-align.svg [ Failure ] 2151 crbug.com/637316 svg/text/text-path-middle-align.svg [ Failure ]
2152 2152
2153 fast/scrolling/overflow-scrollability.html [ Failure ] 2153 fast/scrolling/overflow-scrollability.html [ Failure ]
2154 fast/scrolling/scrollbar-prevent-default.html [ Failure ] 2154 fast/scrolling/scrollbar-prevent-default.html [ Failure ]
2155 compositing/lots-of-img-layers-with-opacity.html [ Failure ] 2155 compositing/lots-of-img-layers-with-opacity.html [ Failure ]
2156 compositing/lots-of-img-layers.html [ Failure ] 2156 compositing/lots-of-img-layers.html [ Failure ]
2157 2157
2158 fast/events/overflow-composited-scroll-fake-mouse-move.html [ Skip ] 2158 fast/events/overflow-composited-scroll-fake-mouse-move.html [ Skip ]
2159 2159
2160 # These timeout due to a JS errr parsing layerTreeAsText 2160 #The following tests for crbug.com/593596 are actually SPv2 progressions.
2161 crbug.com/647831 compositing/overflow/ancestor-with-clip-path.html [ Failure ] 2161 # Small pixel differences, needs rebaseline
2162 crbug.com/647831 compositing/overflow/opt-in-if-composited.html [ Failure ] 2162 crbug.com/593596 compositing/geometry/layer-due-to-layer-children-deep.html [ Fa ilure ]
Xianzhu 2016/10/06 00:13:32 You can also mark them NeedsRebaseline.
chrishtr 2016/10/06 17:11:08 I can't do that without breaking SPv1 expectations
Xianzhu 2016/10/06 17:26:19 The NeedsRebaseline won't cause real rebaseline un
chrishtr 2016/10/06 17:28:04 Good point. Done.
2163 crbug.com/647831 compositing/overflow/descendant-with-clip-path.html [ Failure ] 2163 # These fail because GeometryMapper applies a control clip for the input element ; SPv1 does not.
2164 crbug.com/647831 compositing/overflow/scroller-with-border-radius.html [ Failure ] 2164 crbug.com/593596 fast/css/input-search-padding.html [ Failure ]
2165 crbug.com/593596 fast/forms/search/search-vertical-alignment.html [ Failure ]
2166 fast/forms/search/searchfield-heights.html [ Failure ]
2167 fast/forms/search/searchfield-heights.html [ Failure ]
2168 fast/forms/text/text-font-height-mismatch.html [ Failure ]
2169 fast/forms/text/textfield-overflow-by-value-update.html [ Failure ]
2170 fast/replaced/width100percent-searchfield.html [ Failure ]
2171 # SPv2 correctly positions a background clip that includes the transformed size of div #two.
2172 # SPv1 does not understand how to apply transforms properly in PaintLayerClipper (the altter isue is
2173 # also tracked in crbug.com/548184).
2174 fast/transforms/transform-overflow.html [ Failure ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698