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

Side by Side Diff: LayoutTests/platform/win/fast/repaint/overflow-move-after-scroll-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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [10, 60], 10 "position": [10, 60],
11 "bounds": [700, 400], 11 "bounds": [700, 400],
12 "drawsContent": true, 12 "drawsContent": true,
13 "repaintRects": [ 13 "repaintRects": [
14 [300, 100, 120, 50], 14 [300, 0, 120, 50],
15 [50, 100, 120, 50] 15 [50, 100, 120, 50]
16 ], 16 ],
17 "paintInvalidationClients": [ 17 "paintInvalidationClients": [
18 "LayoutBlockFlow (positioned) DIV", 18 "LayoutBlockFlow (positioned) DIV",
19 "LayoutBlockFlow (positioned) DIV id='block'" 19 "LayoutBlockFlow (positioned) DIV id='block'"
20 ], 20 ],
21 "children": [ 21 "children": [
22 { 22 {
23 "bounds": [685, 385], 23 "bounds": [685, 385],
24 "children": [ 24 "children": [
25 { 25 {
26 "bounds": [685, 600], 26 "bounds": [685, 600],
27 "drawsContent": true, 27 "drawsContent": true,
28 "repaintRects": [ 28 "repaintRects": [
29 [300, 200, 120, 50], 29 [300, 100, 120, 50],
Xianzhu 2015/08/13 21:24:42 This looks incorrect. The old location of the bloc
chrishtr 2015/08/13 21:44:27 Yep you're right. If the child is absolutely posit
30 [50, 200, 120, 50] 30 [50, 200, 120, 50]
31 ], 31 ],
32 "paintInvalidationClients": [ 32 "paintInvalidationClients": [
33 "LayoutBlockFlow (positioned) DIV", 33 "LayoutBlockFlow (positioned) DIV",
34 "LayoutBlockFlow (positioned) DIV id='block'" 34 "LayoutBlockFlow (positioned) DIV id='block'"
35 ], 35 ],
36 "children": [ 36 "children": [
37 { 37 {
38 38
39 } 39 }
(...skipping 26 matching lines...) Expand all
66 } 66 }
67 ] 67 ]
68 } 68 }
69 ] 69 ]
70 } 70 }
71 ] 71 ]
72 } 72 }
73 ] 73 ]
74 } 74 }
75 75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698