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

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: For landing 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/float-in-new-block-with-layout-delta-expected.txt b/LayoutTests/fast/repaint/remove-block-after-layout-expected.txt
similarity index 77%
copy from LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-expected.txt
copy to LayoutTests/fast/repaint/remove-block-after-layout-expected.txt
index f6a8908d374ff45ad40a3237eb60fd3e588bd218..dcd733fa0f9a4a2d86f6b343c42488676b13ac35 100644
--- a/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-expected.txt
+++ b/LayoutTests/fast/repaint/remove-block-after-layout-expected.txt
@@ -6,6 +6,8 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
+ [200, 108, 100, 100],
+ [200, 108, 100, 100],
[8, 108, 100, 100]
]
}
« no previous file with comments | « LayoutTests/fast/repaint/remove-block-after-layout.html ('k') | LayoutTests/fast/repaint/remove-inline-after-layout.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698