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

Unified Diff: LayoutTests/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt

Issue 354613003: Properly repaint RenderLayer's descendants when it moves (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use a flag instead of a seperate tree walk. 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/repaint/crbug-371640-2-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt
diff --git a/LayoutTests/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt b/LayoutTests/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt
index 5523c45c048058e80ca3f7c6cf2339eb8e5b9d77..dbd0c09f41c7f4828da19e87f47f4b291aefae40 100644
--- a/LayoutTests/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt
+++ b/LayoutTests/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt
@@ -6,8 +6,12 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
+ [704, 0, 700, 236],
+ [454, 0, 700, 236],
[0, 0, 1500, 236],
- [0, 0, 1250, 236]
+ [0, 0, 1250, 236],
+ [0, 0, 700, 236],
+ [0, 0, 450, 236]
]
}
]
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/repaint/crbug-371640-2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698