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

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

Issue 2699463004: Fix gradient background invalidation when HTML size changes (Closed)
Patch Set: - Created 3 years, 10 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, 237], 11 "rect": [0, 0, 1500, 237],
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, 237], 16 "rect": [-250, 0, 1500, 237],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow HTML",
21 "rect": [0, 0, 800, 56],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapp er'", 20 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapp er'",
26 "rect": [704, 0, 700, 237], 21 "rect": [704, 0, 700, 237],
27 "reason": "bounds change" 22 "reason": "bounds change"
28 }, 23 },
29 { 24 {
30 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapp er'", 25 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapp er'",
31 "rect": [454, 0, 700, 237], 26 "rect": [454, 0, 700, 237],
32 "reason": "bounds change" 27 "reason": "bounds change"
33 }, 28 },
34 { 29 {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 } 73 }
79 ] 74 ]
80 } 75 }
81 ], 76 ],
82 "objectPaintInvalidations": [ 77 "objectPaintInvalidations": [
83 { 78 {
84 "object": "LayoutView #document", 79 "object": "LayoutView #document",
85 "reason": "incremental" 80 "reason": "incremental"
86 }, 81 },
87 { 82 {
88 "object": "LayoutBlockFlow HTML",
89 "reason": "forced by layout"
90 },
91 {
92 "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'", 83 "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'",
93 "reason": "bounds change" 84 "reason": "bounds change"
94 }, 85 },
95 { 86 {
96 "object": "RootInlineBox", 87 "object": "RootInlineBox",
97 "reason": "bounds change" 88 "reason": "bounds change"
98 }, 89 },
99 { 90 {
100 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'" , 91 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'" ,
101 "reason": "bounds change" 92 "reason": "bounds change"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 "object": "LayoutText #text", 127 "object": "LayoutText #text",
137 "reason": "location change" 128 "reason": "location change"
138 }, 129 },
139 { 130 {
140 "object": "LayoutText #text", 131 "object": "LayoutText #text",
141 "reason": "location change" 132 "reason": "location change"
142 } 133 }
143 ] 134 ]
144 } 135 }
145 136
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698