| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "repaintRects": [ | 8 "paintInvalidations": [ |
| 9 [712, 8, 80, 24], | 9 { |
| 10 [712, 8, 80, 20] | 10 "object": "InlineBox", |
| 11 ], | 11 "rect": [0, 0, 0, 0], |
| 12 "paintInvalidationClients": [ | 12 "reason": "full" |
| 13 "LayoutBlockFlow DIV id='badge'", | 13 }, |
| 14 "InlineBox", | 14 { |
| 15 "RootInlineBox", | 15 "object": "LayoutBlockFlow (floating) DIV class='state'", |
| 16 "LayoutBlockFlow (floating) DIV class='state'", | 16 "rect": [712, 8, 80, 24], |
| 17 "LayoutText #text" | 17 "reason": "location change" |
| 18 }, |
| 19 { |
| 20 "object": "LayoutBlockFlow DIV id='badge'", |
| 21 "rect": [712, 8, 80, 20], |
| 22 "reason": "layoutObject removal" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutText #text", |
| 26 "rect": [0, 0, 0, 0], |
| 27 "reason": "location change" |
| 28 }, |
| 29 { |
| 30 "object": "RootInlineBox", |
| 31 "rect": [0, 0, 0, 0], |
| 32 "reason": "full" |
| 33 } |
| 18 ] | 34 ] |
| 19 } | 35 } |
| 20 ] | 36 ] |
| 21 } | 37 } |
| 22 | 38 |
| OLD | NEW |