| 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 "object": "LayoutText #text", | 20 "object": "LayoutText #text", |
| 21 "rect": [70, 158, 42, 20], | 21 "rect": [70, 158, 42, 20], |
| 22 "reason": "forced by layout" | 22 "reason": "geometry" |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "object": "LayoutText #text", | 25 "object": "LayoutText #text", |
| 26 "rect": [74, 79, 38, 19], | 26 "rect": [74, 79, 38, 19], |
| 27 "reason": "forced by layout" | 27 "reason": "geometry" |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 "object": "LayoutText #text", | 30 "object": "LayoutText #text", |
| 31 "rect": [39, 79, 35, 19], | 31 "rect": [39, 79, 35, 19], |
| 32 "reason": "forced by layout" | 32 "reason": "geometry" |
| 33 } | 33 } |
| 34 ], | 34 ], |
| 35 "underPaintInvalidations": [ | 35 "underPaintInvalidations": [ |
| 36 { | 36 { |
| 37 "x": 194, | 37 "x": 194, |
| 38 "y": 79, | 38 "y": 79, |
| 39 "oldPixel": "#3333FF", | 39 "oldPixel": "#3333FF", |
| 40 "newPixel": "#FFFFFF" | 40 "newPixel": "#FFFFFF" |
| 41 }, | 41 }, |
| 42 { | 42 { |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 "y": 128, | 332 "y": 128, |
| 333 "oldPixel": "#3333FF", | 333 "oldPixel": "#3333FF", |
| 334 "newPixel": "#FFFFFF" | 334 "newPixel": "#FFFFFF" |
| 335 } | 335 } |
| 336 ] | 336 ] |
| 337 } | 337 } |
| 338 ], | 338 ], |
| 339 "objectPaintInvalidations": [ | 339 "objectPaintInvalidations": [ |
| 340 { | 340 { |
| 341 "object": "LayoutText #text", | 341 "object": "LayoutText #text", |
| 342 "reason": "layoutObject removal" | 342 "reason": "disappeared" |
| 343 }, | 343 }, |
| 344 { | 344 { |
| 345 "object": "LayoutInline SPAN id='removeme'", | 345 "object": "LayoutInline SPAN id='removeme'", |
| 346 "reason": "layoutObject removal" | 346 "reason": "disappeared" |
| 347 }, | 347 }, |
| 348 { | 348 { |
| 349 "object": "LayoutBlockFlow DIV id='test'", | 349 "object": "LayoutBlockFlow DIV id='test'", |
| 350 "reason": "forced by layout" | 350 "reason": "geometry" |
| 351 }, | 351 }, |
| 352 { | 352 { |
| 353 "object": "RootInlineBox", | 353 "object": "RootInlineBox", |
| 354 "reason": "forced by layout" | 354 "reason": "geometry" |
| 355 }, | 355 }, |
| 356 { | 356 { |
| 357 "object": "LayoutText #text", | 357 "object": "LayoutText #text", |
| 358 "reason": "forced by layout" | 358 "reason": "geometry" |
| 359 }, | 359 }, |
| 360 { | 360 { |
| 361 "object": "InlineTextBox 'hello '", | 361 "object": "InlineTextBox 'hello '", |
| 362 "reason": "forced by layout" | 362 "reason": "geometry" |
| 363 }, | 363 }, |
| 364 { | 364 { |
| 365 "object": "LayoutText #text", | 365 "object": "LayoutText #text", |
| 366 "reason": "forced by layout" | 366 "reason": "geometry" |
| 367 }, | 367 }, |
| 368 { | 368 { |
| 369 "object": "InlineTextBox 'world'", | 369 "object": "InlineTextBox 'world'", |
| 370 "reason": "forced by layout" | 370 "reason": "geometry" |
| 371 }, | 371 }, |
| 372 { | 372 { |
| 373 "object": "LayoutBR BR", | 373 "object": "LayoutBR BR", |
| 374 "reason": "forced by layout" | 374 "reason": "geometry" |
| 375 }, | 375 }, |
| 376 { | 376 { |
| 377 "object": "InlineTextBox '\n'", | 377 "object": "InlineTextBox '\n'", |
| 378 "reason": "forced by layout" | 378 "reason": "geometry" |
| 379 } | 379 } |
| 380 ] | 380 ] |
| 381 } | 381 } |
| 382 | 382 |
| OLD | NEW |