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

Unified Diff: LayoutTests/platform/win/fast/repaint/overflow-move-after-scroll-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/platform/win/fast/repaint/overflow-move-after-scroll-expected.txt
diff --git a/LayoutTests/platform/win/fast/repaint/overflow-move-after-scroll-expected.txt b/LayoutTests/platform/win/fast/repaint/overflow-move-after-scroll-expected.txt
index df34ce1637342157d51f94d2c080a356a9e38db5..63b6ecab29fd6283f04e8bb9eada3bfe6a0a4185 100644
--- a/LayoutTests/platform/win/fast/repaint/overflow-move-after-scroll-expected.txt
+++ b/LayoutTests/platform/win/fast/repaint/overflow-move-after-scroll-expected.txt
@@ -11,7 +11,7 @@
"bounds": [700, 400],
"drawsContent": true,
"repaintRects": [
- [300, 100, 120, 50],
+ [300, 0, 120, 50],
[50, 100, 120, 50]
],
"paintInvalidationClients": [
@@ -26,7 +26,7 @@
"bounds": [685, 600],
"drawsContent": true,
"repaintRects": [
- [300, 200, 120, 50],
+ [300, 100, 120, 50],
Xianzhu 2015/08/13 21:24:42 This looks incorrect. The old location of the bloc
chrishtr 2015/08/13 21:44:27 Yep you're right. If the child is absolutely posit
[50, 200, 120, 50]
],
"paintInvalidationClients": [

Powered by Google App Engine
This is Rietveld 408576698