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

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

Issue 2529293012: Invalidate paint properties on paint offset changes (Closed)
Patch Set: Simpler fix for overflowclip Created 4 years 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 2134 matching lines...) Expand 10 before | Expand all | Expand 10 after
2145 crbug.com/654554 fast/forms/suggestion-picker/week-suggestion-picker-appearance. html [ Crash Timeout ] 2145 crbug.com/654554 fast/forms/suggestion-picker/week-suggestion-picker-appearance. html [ Crash Timeout ]
2146 2146
2147 crbug.com/667071 svg/foreignObject/vertical-foreignObject.html [ Failure ] 2147 crbug.com/667071 svg/foreignObject/vertical-foreignObject.html [ Failure ]
2148 2148
2149 Bug(none) fast/deprecated-flexbox/009-horizontal.html [ Failure ] 2149 Bug(none) fast/deprecated-flexbox/009-horizontal.html [ Failure ]
2150 Bug(none) fast/deprecated-flexbox/009.html [ Failure ] 2150 Bug(none) fast/deprecated-flexbox/009.html [ Failure ]
2151 Bug(none) fast/overflow/003.xml [ Failure ] 2151 Bug(none) fast/overflow/003.xml [ Failure ]
2152 Bug(none) fast/overflow/overflow-float-stacking.html [ Failure ] 2152 Bug(none) fast/overflow/overflow-float-stacking.html [ Failure ]
2153 Bug(none) fast/overflow/overflow-stacking.html [ Failure ] 2153 Bug(none) fast/overflow/overflow-stacking.html [ Failure ]
2154 2154
2155 # Paint property under-invalidation for clip changes needs investigation.
2156 crbug.com/645667 compositing/clip-change.html [ Failure ]
2157 crbug.com/645667 compositing/layer-creation/iframe-clip-removed.html [ Failure ]
2158
2155 # Notes about rebaselined tests: 2159 # Notes about rebaselined tests:
2156 # 2160 #
2157 # Rebaselined for small pixel differences. 2161 # Rebaselined for small pixel differences.
2158 # compositing/geometry/layer-due-to-layer-children-deep.html 2162 # compositing/geometry/layer-due-to-layer-children-deep.html
2159 # 2163 #
2160 # Rebaselined because GeometryMapper applies a control clip for the input elemen t; SPv1 does not. 2164 # Rebaselined because GeometryMapper applies a control clip for the input elemen t; SPv1 does not.
2161 # fast/css/input-search-padding.html 2165 # fast/css/input-search-padding.html
2162 # fast/forms/search/search-vertical-alignment.html 2166 # fast/forms/search/search-vertical-alignment.html
2163 # fast/forms/search/searchfield-heights.html 2167 # fast/forms/search/searchfield-heights.html
2164 # fast/forms/text/text-font-height-mismatch.html 2168 # fast/forms/text/text-font-height-mismatch.html
2165 # fast/forms/text/textfield-overflow-by-value-update.html 2169 # fast/forms/text/textfield-overflow-by-value-update.html
2166 # fast/replaced/width100percent-searchfield.html 2170 # fast/replaced/width100percent-searchfield.html
2167 # 2171 #
2168 # SPv2 correctly positions a background clip that includes the transformed size of div #two. 2172 # SPv2 correctly positions a background clip that includes the transformed size of div #two.
2169 # SPv1 does not understand how to apply transforms properly in PaintLayerClipper (the issue is 2173 # SPv1 does not understand how to apply transforms properly in PaintLayerClipper (the issue is
2170 # also tracked in crbug.com/548184). 2174 # also tracked in crbug.com/548184).
2171 # transforms/transform-overflow.html 2175 # transforms/transform-overflow.html
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | third_party/WebKit/Source/core/layout/LayoutBox.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698