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-blink-features=SlimmingPaintInvalidation

Issue 2449953005: [SPInvalidation] Handle pixel-snapping of paint invalidation rects (Closed)
Patch Set: PaintInvalidationRectInBacking struct Created 4 years, 1 month 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 slimmingPaintInvalidation feature 1 # Expectations for slimmingPaintInvalidation feature
2 2
3 # Rebaselined because of different clipping behavior, sometimes more accurate 3 # Rebaselined because of different clipping behavior, sometimes more accurate
4 # (e.g. about css clip), sometimes less accurate (e.g. when clip has transforms) 4 # (e.g. about css clip), sometimes less accurate (e.g. when clip has transforms)
5 # which doesn't matter. 5 # which doesn't matter.
6 # paint/invalidation/outline-clip-change.html 6 # paint/invalidation/outline-clip-change.html
7 # paint/invalidation/scroll-in-transformed-layer.html 7 # paint/invalidation/scroll-in-transformed-layer.html
8 # paint/invalidation/scroll-with-transformed-parent-layer.html 8 # paint/invalidation/scroll-with-transformed-parent-layer.html
9 # paint/invalidation/shift-relative-positioned-container-with-image-addition.htm l 9 # paint/invalidation/shift-relative-positioned-container-with-image-addition.htm l
10 10
11 crbug.com/648274 fast/multicol/span/abspos-containing-block-outside-spanner.html [ Failure ] 11 crbug.com/648274 fast/multicol/span/abspos-containing-block-outside-spanner.html [ Failure ]
12 12
13 # Missing enclosingIntRect for scale transforms. 13 # Missing enclosingIntRect for scale transforms.
14 crbug.com/648769 paint/invalidation/invalidation-with-scale-transform.html [ Fai lure ] 14 #crbug.com/648769 paint/invalidation/invalidation-with-scale-transform.html [ Fa ilure ]
15 crbug.com/648769 paint/invalidation/transform-inline-layered-child.html [ Failur e ] 15 #crbug.com/648769 paint/invalidation/transform-inline-layered-child.html [ Failu re ]
16 crbug.com/648769 paint/invalidation/transform-layout-repaint.html [ Failure ] 16 #crbug.com/648769 paint/invalidation/transform-layout-repaint.html [ Failure ]
17 crbug.com/648769 fast/sub-pixel/sub-pixel-accumulates-to-layers.html [ Failure ] 17 #crbug.com/648769 fast/sub-pixel/sub-pixel-accumulates-to-layers.html [ Failure ]
18 18
19 # We use FrameView::x() and FrameView::y() which are integers to generate FrameV iew 19 # Rebaselined: We use FrameView::x() and FrameView::y() which are integers to
20 # preTranslation, but the old path uses offsets in the layout tree. Not sure if it's 20 # generate FrameViewpreTranslation, but the old path uses offsets in the layout tree.
21 # a bug of the new path or the old path. 21 # paint/invalidation/repaint-during-scroll-with-zoom.html
22 Bug(none) paint/invalidation/repaint-during-scroll-with-zoom.html [ Failure ]
23 22
24 # Missing SVG transform enclosingIntRect. 23 # Rebaselined because we expand local paint invalidation rect to whole pixels
25 crbug.com/651521 paint/invalidation/svg/absolute-sized-document-no-scrollbars.sv g [ Failure ] 24 # before mapping it to backing so it may cover extra pixels causing incremental
26 crbug.com/651521 paint/invalidation/svg/tabgroup.svg [ Failure ] 25 # invalidation not applicable.
27 crbug.com/651521 paint/invalidation/svg/window.svg [ Failure ] 26 # paint/invalidation/border-radius-repaint-2.html
28 crbug.com/651521 paint/invalidation/svg/animated-path-inside-transformed-html.xh tml [ Failure ] 27 # paint/invalidation/flexbox/repaint-rtl-column.html
29 crbug.com/651521 paint/invalidation/svg/js-late-gradient-and-object-creation.svg [ Failure ] 28 # paint/invalidation/flexbox/repaint.html
30 crbug.com/651521 paint/invalidation/svg/js-late-pattern-and-object-creation.svg [ Failure ] 29 # paint/invalidation/line-flow-with-floats-4.html
30 # paint/invalidation/line-flow-with-floats-5.html
31 # paint/invalidation/window-resize-percent-html.html
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698