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

Unified Diff: LayoutTests/platform/win/fast/repaint/overflow-scroll-after-move-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-scroll-after-move-expected.txt
diff --git a/LayoutTests/platform/win/fast/repaint/overflow-scroll-after-move-expected.txt b/LayoutTests/platform/win/fast/repaint/overflow-scroll-after-move-expected.txt
index 513b12372432808f3b048762926f46c8952bc505..48e6cb3bda7991b82711b24a7b65a4f00a1ea599 100644
--- a/LayoutTests/platform/win/fast/repaint/overflow-scroll-after-move-expected.txt
+++ b/LayoutTests/platform/win/fast/repaint/overflow-scroll-after-move-expected.txt
@@ -12,7 +12,7 @@
"drawsContent": true,
"repaintRects": [
[50, 160, 200, 50],
- [50, 50, 200, 50]
+ [50, -100, 200, 50]
Xianzhu 2015/08/13 21:24:42 FYI This is because crbug.com/416535, which I didn
],
"paintInvalidationClients": [
"LayoutBlockFlow (positioned) DIV id='block'"
@@ -26,7 +26,7 @@
"drawsContent": true,
"repaintRects": [
[50, 310, 200, 50],
- [50, 200, 200, 50]
+ [50, 50, 200, 50]
Xianzhu 2015/08/13 21:24:42 This seems incorrect, too.
chrishtr 2015/08/13 21:44:27 Yep. Same issue it seems: absolute positioning.
],
"paintInvalidationClients": [
"LayoutBlockFlow (positioned) DIV id='block'"

Powered by Google App Engine
This is Rietveld 408576698