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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/repaint/crbug-371640-2-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "bounds": [1250, 585], 2 "bounds": [1250, 585],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [1250, 585], 5 "bounds": [1250, 585],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [704, 0, 700, 236],
10 [454, 0, 700, 236],
9 [0, 0, 1500, 236], 11 [0, 0, 1500, 236],
10 [0, 0, 1250, 236] 12 [0, 0, 1250, 236],
13 [0, 0, 700, 236],
14 [0, 0, 450, 236]
11 ] 15 ]
12 } 16 }
13 ] 17 ]
14 } 18 }
15 19
OLDNEW
« 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