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

Unified Diff: LayoutTests/paint/invalidation/invalidate-after-composited-scroll-of-window-expected.txt

Issue 1287413002: Fix paint invalidation rect tracking within composited scrolling layers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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: LayoutTests/paint/invalidation/invalidate-after-composited-scroll-of-window-expected.txt
diff --git a/LayoutTests/fast/repaint/intermediate-layout-position-clip-expected.txt b/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-of-window-expected.txt
similarity index 72%
copy from LayoutTests/fast/repaint/intermediate-layout-position-clip-expected.txt
copy to LayoutTests/paint/invalidation/invalidate-after-composited-scroll-of-window-expected.txt
index 17f386e454ad498a94b3aaabb4641b6ae4a9b2f0..f48e04e582313bdacae9eab2ae6a1fc9d1280dbc 100644
--- a/LayoutTests/fast/repaint/intermediate-layout-position-clip-expected.txt
+++ b/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-of-window-expected.txt
@@ -1,12 +1,12 @@
{
- "bounds": [800, 600],
+ "bounds": [785, 4936],
"children": [
{
- "bounds": [800, 600],
+ "bounds": [785, 4936],
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [8, 8, 40, 20]
+ [8, 2408, 100, 100]
],
"paintInvalidationClients": [
"LayoutBlockFlow DIV id='target'"

Powered by Google App Engine
This is Rietveld 408576698