| OLD | NEW |
| 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": "LayoutText #text", | 10 "object": "LayoutText #text", |
| 11 "rect": [39, 79, 154, 99], | 11 "rect": [39, 79, 154, 99], |
| 12 "reason": "layoutObject removal" | 12 "reason": "disappeared" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutBlockFlow DIV id='test'", | 15 "object": "LayoutBlockFlow DIV id='test'", |
| 16 "rect": [38, 78, 152, 102], | 16 "rect": [38, 78, 152, 102], |
| 17 "reason": "forced by layout" | 17 "reason": "geometry" |
| 18 } | 18 } |
| 19 ], | 19 ], |
| 20 "underPaintInvalidations": [ | 20 "underPaintInvalidations": [ |
| 21 { | 21 { |
| 22 "x": 194, | 22 "x": 194, |
| 23 "y": 79, | 23 "y": 79, |
| 24 "oldPixel": "#3333FF", | 24 "oldPixel": "#3333FF", |
| 25 "newPixel": "#FFFFFF" | 25 "newPixel": "#FFFFFF" |
| 26 }, | 26 }, |
| 27 { | 27 { |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 "y": 128, | 317 "y": 128, |
| 318 "oldPixel": "#3333FF", | 318 "oldPixel": "#3333FF", |
| 319 "newPixel": "#FFFFFF" | 319 "newPixel": "#FFFFFF" |
| 320 } | 320 } |
| 321 ] | 321 ] |
| 322 } | 322 } |
| 323 ], | 323 ], |
| 324 "objectPaintInvalidations": [ | 324 "objectPaintInvalidations": [ |
| 325 { | 325 { |
| 326 "object": "LayoutText #text", | 326 "object": "LayoutText #text", |
| 327 "reason": "layoutObject removal" | 327 "reason": "disappeared" |
| 328 }, | 328 }, |
| 329 { | 329 { |
| 330 "object": "LayoutInline SPAN id='removeme'", | 330 "object": "LayoutInline SPAN id='removeme'", |
| 331 "reason": "layoutObject removal" | 331 "reason": "disappeared" |
| 332 }, | 332 }, |
| 333 { | 333 { |
| 334 "object": "LayoutBlockFlow DIV id='test'", | 334 "object": "LayoutBlockFlow DIV id='test'", |
| 335 "reason": "forced by layout" | 335 "reason": "geometry" |
| 336 }, | 336 }, |
| 337 { | 337 { |
| 338 "object": "RootInlineBox", | 338 "object": "RootInlineBox", |
| 339 "reason": "forced by layout" | 339 "reason": "geometry" |
| 340 }, | 340 }, |
| 341 { | 341 { |
| 342 "object": "LayoutText #text", | 342 "object": "LayoutText #text", |
| 343 "reason": "forced by layout" | 343 "reason": "geometry" |
| 344 }, | 344 }, |
| 345 { | 345 { |
| 346 "object": "InlineTextBox 'hello '", | 346 "object": "InlineTextBox 'hello '", |
| 347 "reason": "forced by layout" | 347 "reason": "geometry" |
| 348 }, | 348 }, |
| 349 { | 349 { |
| 350 "object": "LayoutText #text", | 350 "object": "LayoutText #text", |
| 351 "reason": "forced by layout" | 351 "reason": "geometry" |
| 352 }, | 352 }, |
| 353 { | 353 { |
| 354 "object": "InlineTextBox 'world'", | 354 "object": "InlineTextBox 'world'", |
| 355 "reason": "forced by layout" | 355 "reason": "geometry" |
| 356 }, | 356 }, |
| 357 { | 357 { |
| 358 "object": "LayoutBR BR", | 358 "object": "LayoutBR BR", |
| 359 "reason": "forced by layout" | 359 "reason": "geometry" |
| 360 }, | 360 }, |
| 361 { | 361 { |
| 362 "object": "InlineTextBox '\n'", | 362 "object": "InlineTextBox '\n'", |
| 363 "reason": "forced by layout" | 363 "reason": "geometry" |
| 364 } | 364 } |
| 365 ] | 365 ] |
| 366 } | 366 } |
| 367 | 367 |
| OLD | NEW |