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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/abspos-shift-image-incorrect-repaint-expected.txt

Issue 2634613002: Revert of Remove obsolete code that invalidates document element on LayoutView resize (Closed)
Patch Set: - Created 3 years, 11 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
OLDNEW
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [1250, 585], 5 "bounds": [1250, 585],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'", 10 "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'",
11 "rect": [0, 0, 1500, 236], 11 "rect": [0, 0, 1500, 236],
12 "reason": "bounds change" 12 "reason": "bounds change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'", 15 "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'",
16 "rect": [-250, 0, 1500, 236], 16 "rect": [-250, 0, 1500, 236],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow HTML",
21 "rect": [0, 0, 800, 52],
22 "reason": "forced by layout"
23 },
24 {
20 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapp er'", 25 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapp er'",
21 "rect": [704, 0, 700, 236], 26 "rect": [704, 0, 700, 236],
22 "reason": "bounds change" 27 "reason": "bounds change"
23 }, 28 },
24 { 29 {
25 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapp er'", 30 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapp er'",
26 "rect": [454, 0, 700, 236], 31 "rect": [454, 0, 700, 236],
27 "reason": "bounds change" 32 "reason": "bounds change"
28 }, 33 },
29 { 34 {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 } 78 }
74 ] 79 ]
75 } 80 }
76 ], 81 ],
77 "objectPaintInvalidations": [ 82 "objectPaintInvalidations": [
78 { 83 {
79 "object": "LayoutView #document", 84 "object": "LayoutView #document",
80 "reason": "incremental" 85 "reason": "incremental"
81 }, 86 },
82 { 87 {
88 "object": "LayoutBlockFlow HTML",
89 "reason": "forced by layout"
90 },
91 {
83 "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'", 92 "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'",
84 "reason": "bounds change" 93 "reason": "bounds change"
85 }, 94 },
86 { 95 {
87 "object": "RootInlineBox", 96 "object": "RootInlineBox",
88 "reason": "bounds change" 97 "reason": "bounds change"
89 }, 98 },
90 { 99 {
91 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'" , 100 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'" ,
92 "reason": "bounds change" 101 "reason": "bounds change"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "object": "LayoutText #text", 136 "object": "LayoutText #text",
128 "reason": "location change" 137 "reason": "location change"
129 }, 138 },
130 { 139 {
131 "object": "LayoutText #text", 140 "object": "LayoutText #text",
132 "reason": "location change" 141 "reason": "location change"
133 } 142 }
134 ] 143 ]
135 } 144 }
136 145
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698