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

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

Issue 2259493004: Fix Compositing of Opaque Scrolling Layers and Add Tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments Created 4 years, 3 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 compositing/overflow/fixed-scroll-in-empty-root-layer.html [ Failure ] 314 compositing/overflow/fixed-scroll-in-empty-root-layer.html [ Failure ]
315 compositing/overflow/nested-border-radius-clipping.html [ Failure ] 315 compositing/overflow/nested-border-radius-clipping.html [ Failure ]
316 compositing/overflow/nested-render-surfaces-with-intervening-clip.html [ Failure ] 316 compositing/overflow/nested-render-surfaces-with-intervening-clip.html [ Failure ]
317 compositing/overflow/nested-render-surfaces-with-rotation.html [ Failure ] 317 compositing/overflow/nested-render-surfaces-with-rotation.html [ Failure ]
318 compositing/overflow/nested-render-surfaces.html [ Failure ] 318 compositing/overflow/nested-render-surfaces.html [ Failure ]
319 compositing/overflow/nested-scrolling.html [ Failure ] 319 compositing/overflow/nested-scrolling.html [ Failure ]
320 compositing/overflow/opt-in-if-composited.html [ Failure ] 320 compositing/overflow/opt-in-if-composited.html [ Failure ]
321 compositing/overflow/overflow-compositing-descendant.html [ Failure ] 321 compositing/overflow/overflow-compositing-descendant.html [ Failure ]
322 compositing/overflow/overflow-scaled-descendant-overlapping.html [ Crash Timeout ] 322 compositing/overflow/overflow-scaled-descendant-overlapping.html [ Crash Timeout ]
323 compositing/overflow/overflow-scroll-with-opaque-background.html [ Failure ] 323 compositing/overflow/overflow-scroll-with-opaque-background.html [ Failure ]
324 compositing/overflow/overflow-scroll-with-opaque-background-will-change.html [ F ailure ]
325 compositing/overflow/overflow-scroll-background-transparent-to-opaque.html [ Fai lure ]
326 compositing/overflow/overflow-scroll-background-opaque-to-transparent.html [ Fai lure ]
324 compositing/overflow/overflow-scroll-with-pointer-events-toggle.html [ Failure ] 327 compositing/overflow/overflow-scroll-with-pointer-events-toggle.html [ Failure ]
325 compositing/overflow/overflow-scroll-with-transparent-background.html [ Failure ] 328 compositing/overflow/overflow-scroll-with-transparent-background.html [ Failure ]
326 compositing/overflow/overflow-scrollbar-layers.html [ Failure ] 329 compositing/overflow/overflow-scrollbar-layers.html [ Failure ]
327 compositing/overflow/reparented-scrollbars-non-sc-anc.html [ Failure ] 330 compositing/overflow/reparented-scrollbars-non-sc-anc.html [ Failure ]
328 compositing/overflow/resize-painting.html [ Failure ] 331 compositing/overflow/resize-painting.html [ Failure ]
329 compositing/overflow/scroll-ancestor-update.html [ Failure ] 332 compositing/overflow/scroll-ancestor-update.html [ Failure ]
330 compositing/overflow/scroll-parent-absolute-with-backdrop-filter.html [ Failure ] 333 compositing/overflow/scroll-parent-absolute-with-backdrop-filter.html [ Failure ]
331 compositing/overflow/scroll-parent-absolute.html [ Failure ] 334 compositing/overflow/scroll-parent-absolute.html [ Failure ]
332 compositing/overflow/scroll-parent-with-non-stacking-context-composited-ancestor .html [ Failure ] 335 compositing/overflow/scroll-parent-with-non-stacking-context-composited-ancestor .html [ Failure ]
333 compositing/overflow/scroller-with-border-radius.html [ Failure ] 336 compositing/overflow/scroller-with-border-radius.html [ Failure ]
(...skipping 2241 matching lines...) Expand 10 before | Expand all | Expand 10 after
2575 crbug.com/642240 fast/canvas/canvas-hidpi-blurry.html [ Failure ] 2578 crbug.com/642240 fast/canvas/canvas-hidpi-blurry.html [ Failure ]
2576 crbug.com/642240 fast/hidpi/broken-image-icon-hidpi.html [ Failure ] 2579 crbug.com/642240 fast/hidpi/broken-image-icon-hidpi.html [ Failure ]
2577 crbug.com/642240 fast/hidpi/broken-image-with-size-hidpi.html [ Failure ] 2580 crbug.com/642240 fast/hidpi/broken-image-with-size-hidpi.html [ Failure ]
2578 crbug.com/642240 fast/hidpi/clip-text-in-hidpi.html [ Failure ] 2581 crbug.com/642240 fast/hidpi/clip-text-in-hidpi.html [ Failure ]
2579 crbug.com/642240 fast/hidpi/device-scale-factor-paint.html [ Failure ] 2582 crbug.com/642240 fast/hidpi/device-scale-factor-paint.html [ Failure ]
2580 crbug.com/642240 fast/hidpi/focus-rings.html [ Failure ] 2583 crbug.com/642240 fast/hidpi/focus-rings.html [ Failure ]
2581 crbug.com/642240 fast/hidpi/gradient-with-scaled-ancestor.html [ Failure ] 2584 crbug.com/642240 fast/hidpi/gradient-with-scaled-ancestor.html [ Failure ]
2582 crbug.com/642240 fast/hidpi/resize-corner-hidpi.html [ Failure ] 2585 crbug.com/642240 fast/hidpi/resize-corner-hidpi.html [ Failure ]
2583 crbug.com/642240 fast/sub-pixel/shadows-hidpi.html [ Failure ] 2586 crbug.com/642240 fast/sub-pixel/shadows-hidpi.html [ Failure ]
2584 crbug.com/642240 svg/as-image/image-respects-deviceScaleFactor.html [ Failure ] 2587 crbug.com/642240 svg/as-image/image-respects-deviceScaleFactor.html [ Failure ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698