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

Unified Diff: LayoutTests/fast/repaint/remove-block-after-layout-expected.txt

Issue 395463003: Invalidate previous paint rect in RenderObject::paintInvalidationForWholeRenderer() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Invalidate both old and new paint rects Created 6 years, 5 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/remove-block-after-layout-expected.txt
diff --git a/LayoutTests/fast/repaint/clip-with-layout-delta-expected.txt b/LayoutTests/fast/repaint/remove-block-after-layout-expected.txt
similarity index 78%
copy from LayoutTests/fast/repaint/clip-with-layout-delta-expected.txt
copy to LayoutTests/fast/repaint/remove-block-after-layout-expected.txt
index 622a089d4fd1c5aeddc04517dffe363d06eb4a7b..50f5a6f5eb13fadfc40f66baf9152f0b5638a506 100644
--- a/LayoutTests/fast/repaint/clip-with-layout-delta-expected.txt
+++ b/LayoutTests/fast/repaint/remove-block-after-layout-expected.txt
@@ -6,7 +6,8 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [108, 8, 100, 100],
+ [200, 8, 100, 100],
+ [200, 8, 100, 100],
[8, 8, 100, 100]
]
}

Powered by Google App Engine
This is Rietveld 408576698