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

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

Issue 2768453003: Put SVGResourceContainer subtypes into their own property trees. (Closed)
Patch Set: none Created 3 years, 8 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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 }, 243 },
244 { 244 {
245 "object": "LayoutSVGPath line", 245 "object": "LayoutSVGPath line",
246 "rect": [350, 192, 10, 3], 246 "rect": [350, 192, 10, 3],
247 "reason": "layoutObject insertion" 247 "reason": "layoutObject insertion"
248 }, 248 },
249 { 249 {
250 "object": "LayoutSVGPath line", 250 "object": "LayoutSVGPath line",
251 "rect": [428, 388, 10, 2], 251 "rect": [428, 388, 10, 2],
252 "reason": "layoutObject insertion" 252 "reason": "layoutObject insertion"
253 },
254 {
255 "object": "LayoutSVGPath line",
256 "rect": [-1, 21, 7, 11],
257 "reason": "layoutObject insertion"
258 },
259 {
260 "object": "LayoutSVGPath line",
261 "rect": [-1, 21, 7, 11],
262 "reason": "layoutObject insertion"
263 },
264 {
265 "object": "LayoutSVGRect rect",
266 "rect": [-1, 21, 7, 11],
267 "reason": "layoutObject insertion"
268 },
269 {
270 "object": "LayoutSVGPath line",
271 "rect": [-1, 29, 6, 3],
272 "reason": "layoutObject insertion"
273 },
274 {
275 "object": "LayoutSVGRect rect",
276 "rect": [0, 22, 5, 9],
277 "reason": "layoutObject insertion"
278 },
279 {
280 "object": "LayoutSVGRect rect",
281 "rect": [0, 22, 5, 9],
282 "reason": "layoutObject insertion"
283 } 253 }
284 ] 254 ]
285 } 255 }
286 ], 256 ],
287 "objectPaintInvalidations": [ 257 "objectPaintInvalidations": [
288 { 258 {
289 "object": "LayoutSVGHiddenContainer symbol id='closeButton'", 259 "object": "LayoutSVGHiddenContainer symbol id='closeButton'",
290 "reason": "layoutObject insertion" 260 "reason": "layoutObject insertion"
291 }, 261 },
292 { 262 {
(...skipping 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
1305 "object": "LayoutSVGRect rect", 1275 "object": "LayoutSVGRect rect",
1306 "reason": "bounds change" 1276 "reason": "bounds change"
1307 }, 1277 },
1308 { 1278 {
1309 "object": "LayoutSVGPath line", 1279 "object": "LayoutSVGPath line",
1310 "reason": "bounds change" 1280 "reason": "bounds change"
1311 } 1281 }
1312 ] 1282 ]
1313 } 1283 }
1314 1284
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698