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

Unified Diff: third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt

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/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt b/third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
similarity index 78%
copy from third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
copy to third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
index 41c80573c51092fc2ef254a078a448d05bf72dd7..6782502f0e4f2e58a795cdcd374259887af50087 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
+++ b/third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
@@ -24,11 +24,6 @@
},
{
"object": "LayoutView #document",
- "rect": [2, 299, 235, 16],
- "reason": "scroll"
- },
- {
- "object": "LayoutView #document",
"rect": [2, 300, 235, 15],
"reason": "scroll"
},
@@ -44,23 +39,8 @@
},
{
"object": "LayoutView #document",
- "rect": [237, 64, 15, 236],
- "reason": "scroll"
- },
- {
- "object": "LayoutView #document",
"rect": [237, 65, 15, 235],
"reason": "scroll"
- },
- {
- "object": "LayoutView #document",
- "rect": [237, 299, 15, 16],
- "reason": "scroll"
- },
- {
- "object": "LayoutView #document",
- "rect": [237, 300, 15, 15],
- "reason": "scroll"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698