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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/FlagExpectations/enable-blink-features=SlimmingPaintInvalidation
diff --git a/third_party/WebKit/LayoutTests/FlagExpectations/enable-blink-features=SlimmingPaintInvalidation b/third_party/WebKit/LayoutTests/FlagExpectations/enable-blink-features=SlimmingPaintInvalidation
index b4d3a7e16d364fc753dcf2c9c784a5340d1c376e..12bbd93b4df13aa143f9b0fd1ff9f8ae85469dec 100644
--- a/third_party/WebKit/LayoutTests/FlagExpectations/enable-blink-features=SlimmingPaintInvalidation
+++ b/third_party/WebKit/LayoutTests/FlagExpectations/enable-blink-features=SlimmingPaintInvalidation
@@ -11,20 +11,21 @@
crbug.com/648274 fast/multicol/span/abspos-containing-block-outside-spanner.html [ Failure ]
# Missing enclosingIntRect for scale transforms.
-crbug.com/648769 paint/invalidation/invalidation-with-scale-transform.html [ Failure ]
-crbug.com/648769 paint/invalidation/transform-inline-layered-child.html [ Failure ]
-crbug.com/648769 paint/invalidation/transform-layout-repaint.html [ Failure ]
-crbug.com/648769 fast/sub-pixel/sub-pixel-accumulates-to-layers.html [ Failure ]
+#crbug.com/648769 paint/invalidation/invalidation-with-scale-transform.html [ Failure ]
+#crbug.com/648769 paint/invalidation/transform-inline-layered-child.html [ Failure ]
+#crbug.com/648769 paint/invalidation/transform-layout-repaint.html [ Failure ]
+#crbug.com/648769 fast/sub-pixel/sub-pixel-accumulates-to-layers.html [ Failure ]
-# We use FrameView::x() and FrameView::y() which are integers to generate FrameView
-# preTranslation, but the old path uses offsets in the layout tree. Not sure if it's
-# a bug of the new path or the old path.
-Bug(none) paint/invalidation/repaint-during-scroll-with-zoom.html [ Failure ]
+# Rebaselined: We use FrameView::x() and FrameView::y() which are integers to
+# generate FrameViewpreTranslation, but the old path uses offsets in the layout tree.
+# paint/invalidation/repaint-during-scroll-with-zoom.html
-# Missing SVG transform enclosingIntRect.
-crbug.com/651521 paint/invalidation/svg/absolute-sized-document-no-scrollbars.svg [ Failure ]
-crbug.com/651521 paint/invalidation/svg/tabgroup.svg [ Failure ]
-crbug.com/651521 paint/invalidation/svg/window.svg [ Failure ]
-crbug.com/651521 paint/invalidation/svg/animated-path-inside-transformed-html.xhtml [ Failure ]
-crbug.com/651521 paint/invalidation/svg/js-late-gradient-and-object-creation.svg [ Failure ]
-crbug.com/651521 paint/invalidation/svg/js-late-pattern-and-object-creation.svg [ Failure ]
+# Rebaselined because we expand local paint invalidation rect to whole pixels
+# before mapping it to backing so it may cover extra pixels causing incremental
+# invalidation not applicable.
+# paint/invalidation/border-radius-repaint-2.html
+# paint/invalidation/flexbox/repaint-rtl-column.html
+# paint/invalidation/flexbox/repaint.html
+# paint/invalidation/line-flow-with-floats-4.html
+# paint/invalidation/line-flow-with-floats-5.html
+# paint/invalidation/window-resize-percent-html.html

Powered by Google App Engine
This is Rietveld 408576698