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

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

Issue 2561693002: Move sticky position constraints update to the pre-paint tree walk. (Closed)
Patch Set: none 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 Bug(none) fast/block/float/br-with-clear-2.html [ Failure ] 458 Bug(none) fast/block/float/br-with-clear-2.html [ Failure ]
459 Bug(none) fast/block/float/centered-float-avoidance-complexity.html [ Failure ] 459 Bug(none) fast/block/float/centered-float-avoidance-complexity.html [ Failure ]
460 Bug(none) fast/block/float/float-avoidance.html [ Failure ] 460 Bug(none) fast/block/float/float-avoidance.html [ Failure ]
461 Bug(none) fast/block/float/float-in-float-painting.html [ Failure ] 461 Bug(none) fast/block/float/float-in-float-painting.html [ Failure ]
462 Bug(none) fast/block/float/max-width-clear-float-with-overflow-hidden.html [ Fai lure ] 462 Bug(none) fast/block/float/max-width-clear-float-with-overflow-hidden.html [ Fai lure ]
463 Bug(none) fast/block/float/nested-clearance.html [ Failure ] 463 Bug(none) fast/block/float/nested-clearance.html [ Failure ]
464 Bug(none) fast/block/float/nested-floats-expand-formatting-context.html [ Failur e ] 464 Bug(none) fast/block/float/nested-floats-expand-formatting-context.html [ Failur e ]
465 Bug(none) fast/block/float/relative-painted-twice.html [ Failure ] 465 Bug(none) fast/block/float/relative-painted-twice.html [ Failure ]
466 Bug(none) fast/block/float/shrink-to-avoid-float-complexity.html [ Failure ] 466 Bug(none) fast/block/float/shrink-to-avoid-float-complexity.html [ Failure ]
467 Bug(none) fast/block/float/width-update-after-clear.html [ Failure ] 467 Bug(none) fast/block/float/width-update-after-clear.html [ Failure ]
468 crbug.com/667946 fast/block/float/float-change-composited-scrolling.html [ Failu re ]
468 Bug(none) fast/block/margin-collapse/103.html [ Failure ] 469 Bug(none) fast/block/margin-collapse/103.html [ Failure ]
469 Bug(none) fast/block/margin-collapse/104.html [ Failure ] 470 Bug(none) fast/block/margin-collapse/104.html [ Failure ]
470 Bug(none) fast/block/margin-collapse/empty-clear-blocks.html [ Failure ] 471 Bug(none) fast/block/margin-collapse/empty-clear-blocks.html [ Failure ]
471 Bug(none) fast/block/positioning/047.html [ Failure ] 472 Bug(none) fast/block/positioning/047.html [ Failure ]
472 Bug(none) fast/block/positioning/051.html [ Failure ] 473 Bug(none) fast/block/positioning/051.html [ Failure ]
473 Bug(none) fast/block/positioning/055.html [ Failure ] 474 Bug(none) fast/block/positioning/055.html [ Failure ]
474 Bug(none) fast/block/positioning/auto/007.html [ Failure ] 475 Bug(none) fast/block/positioning/auto/007.html [ Failure ]
475 Bug(none) fast/block/positioning/auto/vertical-lr/005.html [ Failure ] 476 Bug(none) fast/block/positioning/auto/vertical-lr/005.html [ Failure ]
476 Bug(none) fast/block/positioning/auto/vertical-rl/005.html [ Failure ] 477 Bug(none) fast/block/positioning/auto/vertical-rl/005.html [ Failure ]
477 Bug(none) fast/block/positioning/fixed-positioning-scrollbar-bug.html [ Failure ] 478 Bug(none) fast/block/positioning/fixed-positioning-scrollbar-bug.html [ Failure ]
(...skipping 1694 matching lines...) Expand 10 before | Expand all | Expand 10 after
2172 # fast/forms/search/search-vertical-alignment.html 2173 # fast/forms/search/search-vertical-alignment.html
2173 # fast/forms/search/searchfield-heights.html 2174 # fast/forms/search/searchfield-heights.html
2174 # fast/forms/text/text-font-height-mismatch.html 2175 # fast/forms/text/text-font-height-mismatch.html
2175 # fast/forms/text/textfield-overflow-by-value-update.html 2176 # fast/forms/text/textfield-overflow-by-value-update.html
2176 # fast/replaced/width100percent-searchfield.html 2177 # fast/replaced/width100percent-searchfield.html
2177 # 2178 #
2178 # SPv2 correctly positions a background clip that includes the transformed size of div #two. 2179 # SPv2 correctly positions a background clip that includes the transformed size of div #two.
2179 # SPv1 does not understand how to apply transforms properly in PaintLayerClipper (the issue is 2180 # SPv1 does not understand how to apply transforms properly in PaintLayerClipper (the issue is
2180 # also tracked in crbug.com/548184). 2181 # also tracked in crbug.com/548184).
2181 # transforms/transform-overflow.html 2182 # transforms/transform-overflow.html
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698