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

Unified Diff: LayoutTests/fast/repaint/window-resize-background-image-non-fixed-expected.txt

Issue 369483004: Revert of Move paint invalidation after compositing update (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/fast/repaint/window-resize-background-image-non-fixed-expected.txt
diff --git a/LayoutTests/fast/repaint/window-resize-background-image-non-fixed-expected.txt b/LayoutTests/fast/repaint/window-resize-background-image-non-fixed-expected.txt
index 4df3686bac1503c579ac534b2acbdeec59a63dd0..7069e0083425b7fdd740a56b06c5f0ad3dfb8ef4 100644
--- a/LayoutTests/fast/repaint/window-resize-background-image-non-fixed-expected.txt
+++ b/LayoutTests/fast/repaint/window-resize-background-image-non-fixed-expected.txt
@@ -5,9 +5,7 @@
"bounds": [200, 300],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [0, 200, 200, 100]
- ]
+ "repaintRects": []
}
]
}
@@ -19,7 +17,7 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [0, 0, 300, 300],
+ [0, 0, 200, 300],
[0, 0, 200, 300]
]
}
@@ -32,7 +30,9 @@
"bounds": [300, 250],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": []
+ "repaintRects": [
+ [0, 250, 300, 50]
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698