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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-centered-inline-under-fixed-pos-expected.txt

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: Rebaseline on Linux Created 3 years, 9 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": [600, 250], 5 "bounds": [600, 250],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (positioned) DIV class='container'", 10 "object": "LayoutBlockFlow (positioned) DIV class='container'",
11 "rect": [0, 0, 600, 500], 11 "rect": [0, 0, 600, 500],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutView #document", 15 "object": "LayoutView #document",
16 "rect": [0, 250, 600, 250], 16 "rect": [0, 250, 600, 250],
17 "reason": "incremental" 17 "reason": "incremental"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow DIV class='parent'", 20 "object": "LayoutBlockFlow DIV class='parent'",
21 "rect": [0, 0, 6, 500], 21 "rect": [0, 0, 6, 500],
22 "reason": "forced by layout" 22 "reason": "forced by layout"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow (relative positioned) DIV class='child'", 25 "object": "LayoutBlockFlow (relative positioned) DIV class='child'",
26 "rect": [0, 250, 6, 30], 26 "rect": [0, 250, 6, 30],
27 "reason": "forced by layout" 27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutBlockFlow (relative positioned) DIV class='child'",
31 "rect": [0, 125, 6, 30],
32 "reason": "forced by layout"
33 } 28 }
34 ] 29 ]
35 } 30 }
36 ], 31 ],
37 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
38 { 33 {
39 "object": "LayoutView #document", 34 "object": "LayoutView #document",
40 "reason": "incremental" 35 "reason": "incremental"
41 }, 36 },
42 { 37 {
(...skipping 24 matching lines...) Expand all
67 "paintInvalidations": [ 62 "paintInvalidations": [
68 { 63 {
69 "object": "LayoutBlockFlow (positioned) DIV class='container'", 64 "object": "LayoutBlockFlow (positioned) DIV class='container'",
70 "rect": [0, 0, 600, 250], 65 "rect": [0, 0, 600, 250],
71 "reason": "forced by layout" 66 "reason": "forced by layout"
72 }, 67 },
73 { 68 {
74 "object": "LayoutView #document", 69 "object": "LayoutView #document",
75 "rect": [400, 0, 200, 250], 70 "rect": [400, 0, 200, 250],
76 "reason": "incremental" 71 "reason": "incremental"
77 },
78 {
79 "object": "LayoutBlockFlow DIV class='parent'",
80 "rect": [0, 0, 6, 250],
81 "reason": "forced by layout"
82 },
83 {
84 "object": "LayoutBlockFlow (relative positioned) DIV class='child'",
85 "rect": [0, 125, 6, 30],
86 "reason": "forced by layout"
87 } 72 }
88 ] 73 ]
89 } 74 }
90 ], 75 ],
91 "objectPaintInvalidations": [ 76 "objectPaintInvalidations": [
92 { 77 {
93 "object": "LayoutView #document", 78 "object": "LayoutView #document",
94 "reason": "incremental" 79 "reason": "incremental"
95 }, 80 },
96 { 81 {
(...skipping 24 matching lines...) Expand all
121 "paintInvalidations": [ 106 "paintInvalidations": [
122 { 107 {
123 "object": "LayoutBlockFlow (positioned) DIV class='container'", 108 "object": "LayoutBlockFlow (positioned) DIV class='container'",
124 "rect": [0, 0, 400, 600], 109 "rect": [0, 0, 400, 600],
125 "reason": "full" 110 "reason": "full"
126 }, 111 },
127 { 112 {
128 "object": "LayoutView #document", 113 "object": "LayoutView #document",
129 "rect": [0, 250, 400, 350], 114 "rect": [0, 250, 400, 350],
130 "reason": "incremental" 115 "reason": "incremental"
131 },
132 {
133 "object": "LayoutBlockFlow DIV class='parent'",
134 "rect": [0, 0, 6, 600],
135 "reason": "forced by layout"
136 },
137 {
138 "object": "LayoutBlockFlow (relative positioned) DIV class='child'",
139 "rect": [0, 300, 6, 30],
140 "reason": "forced by layout"
141 },
142 {
143 "object": "LayoutBlockFlow (relative positioned) DIV class='child'",
144 "rect": [0, 125, 6, 30],
145 "reason": "forced by layout"
146 } 116 }
147 ] 117 ]
148 } 118 }
149 ], 119 ],
150 "objectPaintInvalidations": [ 120 "objectPaintInvalidations": [
151 { 121 {
152 "object": "LayoutView #document", 122 "object": "LayoutView #document",
153 "reason": "incremental" 123 "reason": "incremental"
154 }, 124 },
155 { 125 {
(...skipping 24 matching lines...) Expand all
180 "paintInvalidations": [ 150 "paintInvalidations": [
181 { 151 {
182 "object": "LayoutBlockFlow (positioned) DIV class='container'", 152 "object": "LayoutBlockFlow (positioned) DIV class='container'",
183 "rect": [0, 0, 800, 600], 153 "rect": [0, 0, 800, 600],
184 "reason": "full" 154 "reason": "full"
185 }, 155 },
186 { 156 {
187 "object": "LayoutView #document", 157 "object": "LayoutView #document",
188 "rect": [400, 0, 400, 600], 158 "rect": [400, 0, 400, 600],
189 "reason": "incremental" 159 "reason": "incremental"
190 },
191 {
192 "object": "LayoutBlockFlow DIV class='parent'",
193 "rect": [0, 0, 6, 600],
194 "reason": "forced by layout"
195 },
196 {
197 "object": "LayoutBlockFlow (relative positioned) DIV class='child'",
198 "rect": [0, 300, 6, 30],
199 "reason": "forced by layout"
200 } 160 }
201 ] 161 ]
202 } 162 }
203 ], 163 ],
204 "objectPaintInvalidations": [ 164 "objectPaintInvalidations": [
205 { 165 {
206 "object": "LayoutView #document", 166 "object": "LayoutView #document",
207 "reason": "incremental" 167 "reason": "incremental"
208 }, 168 },
209 { 169 {
210 "object": "LayoutBlockFlow (positioned) DIV class='container'", 170 "object": "LayoutBlockFlow (positioned) DIV class='container'",
211 "reason": "full" 171 "reason": "full"
212 }, 172 },
213 { 173 {
214 "object": "LayoutBlockFlow DIV class='parent'", 174 "object": "LayoutBlockFlow DIV class='parent'",
215 "reason": "forced by layout" 175 "reason": "forced by layout"
216 }, 176 },
217 { 177 {
218 "object": "RootInlineBox", 178 "object": "RootInlineBox",
219 "reason": "forced by layout" 179 "reason": "forced by layout"
220 }, 180 },
221 { 181 {
222 "object": "LayoutBlockFlow (relative positioned) DIV class='child'", 182 "object": "LayoutBlockFlow (relative positioned) DIV class='child'",
223 "reason": "forced by layout" 183 "reason": "forced by layout"
224 } 184 }
225 ] 185 ]
226 } 186 }
227 187
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698