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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/window-expected.txt

Issue 2888253002: Skip both paint and raster invalidation for LayoutSVGHiddenContainer subtree (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutSVGContainer g id='Windows'", 10 "object": "LayoutSVGContainer g id='Windows'",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 { 249 {
250 "object": "LayoutSVGPath line", 250 "object": "LayoutSVGPath line",
251 "rect": [428, 388, 10, 2], 251 "rect": [428, 388, 10, 2],
252 "reason": "appeared" 252 "reason": "appeared"
253 } 253 }
254 ] 254 ]
255 } 255 }
256 ], 256 ],
257 "objectPaintInvalidations": [ 257 "objectPaintInvalidations": [
258 { 258 {
259 "object": "LayoutSVGHiddenContainer symbol id='closeButton'",
260 "reason": "appeared"
261 },
262 {
263 "object": "LayoutSVGRect rect",
264 "reason": "appeared"
265 },
266 {
267 "object": "LayoutSVGPath line",
268 "reason": "appeared"
269 },
270 {
271 "object": "LayoutSVGPath line",
272 "reason": "appeared"
273 },
274 {
275 "object": "LayoutSVGHiddenContainer symbol id='maximizeButton'",
276 "reason": "appeared"
277 },
278 {
279 "object": "LayoutSVGRect rect",
280 "reason": "appeared"
281 },
282 {
283 "object": "LayoutSVGHiddenContainer symbol id='minimizeButton'",
284 "reason": "appeared"
285 },
286 {
287 "object": "LayoutSVGRect rect",
288 "reason": "appeared"
289 },
290 {
291 "object": "LayoutSVGPath line",
292 "reason": "appeared"
293 },
294 {
295 "object": "LayoutSVGContainer g id='Windows'", 259 "object": "LayoutSVGContainer g id='Windows'",
296 "reason": "appeared" 260 "reason": "appeared"
297 }, 261 },
298 { 262 {
299 "object": "LayoutSVGContainer g id='navWindow'", 263 "object": "LayoutSVGContainer g id='navWindow'",
300 "reason": "appeared" 264 "reason": "appeared"
301 }, 265 },
302 { 266 {
303 "object": "LayoutSVGContainer g id='windowMainGroupnavWindow'", 267 "object": "LayoutSVGContainer g id='windowMainGroupnavWindow'",
304 "reason": "appeared" 268 "reason": "appeared"
(...skipping 970 matching lines...) Expand 10 before | Expand all | Expand 10 after
1275 "object": "LayoutSVGRect rect", 1239 "object": "LayoutSVGRect rect",
1276 "reason": "geometry" 1240 "reason": "geometry"
1277 }, 1241 },
1278 { 1242 {
1279 "object": "LayoutSVGPath line", 1243 "object": "LayoutSVGPath line",
1280 "reason": "geometry" 1244 "reason": "geometry"
1281 } 1245 }
1282 ] 1246 ]
1283 } 1247 }
1284 1248
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698