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

Unified Diff: third_party/WebKit/LayoutTests/FlagExpectations/enable-blink-features=SlimmingPaintInvalidation

Issue 2455703003: [SPInvalidation] Call LayoutObject::adjustVisualRectForRasterEffects from PaintInvalidator (Closed)
Patch Set: - 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 12bbd93b4df13aa143f9b0fd1ff9f8ae85469dec..730bc9096767e0f2e4cdd9845df138ce6cb9cce8 100644
--- a/third_party/WebKit/LayoutTests/FlagExpectations/enable-blink-features=SlimmingPaintInvalidation
+++ b/third_party/WebKit/LayoutTests/FlagExpectations/enable-blink-features=SlimmingPaintInvalidation
@@ -1,4 +1,4 @@
-# Expectations for slimmingPaintInvalidation feature
+# Expectations for SlimmingPaintInvalidation feature
# Rebaselined because of different clipping behavior, sometimes more accurate
# (e.g. about css clip), sometimes less accurate (e.g. when clip has transforms)
@@ -8,14 +8,6 @@
# paint/invalidation/scroll-with-transformed-parent-layer.html
# paint/invalidation/shift-relative-positioned-container-with-image-addition.html
-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 ]
-
# 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
@@ -29,3 +21,8 @@ crbug.com/648274 fast/multicol/span/abspos-containing-block-outside-spanner.html
# paint/invalidation/line-flow-with-floats-4.html
# paint/invalidation/line-flow-with-floats-5.html
# paint/invalidation/window-resize-percent-html.html
+
+# Rebaselined paint/invalidation/svg because we do more accurate pixel snapping
+# for SVGRoot instead of enclosingIntRect() on SVGRoot during rect mapping.
+
+crbug.com/648274 fast/multicol/span/abspos-containing-block-outside-spanner.html [ Failure ]

Powered by Google App Engine
This is Rietveld 408576698