| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", |
| 2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 3 "children": [ | 4 "children": [ |
| 4 { | 5 { |
| 6 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 7 "drawsContent": true, | 9 "drawsContent": true, |
| 8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| 9 { | 11 { |
| 10 "object": "LayoutBlockFlow DIV id='target'", | 12 "object": "LayoutBlockFlow DIV id='target'", |
| 11 "rect": [100, 120, 50, 19], | 13 "rect": [100, 120, 50, 19], |
| 12 "reason": "invalidate paint rectangle" | 14 "reason": "invalidate paint rectangle" |
| 13 }, | 15 }, |
| 14 { | 16 { |
| 15 "object": "LayoutText #text", | 17 "object": "LayoutText #text", |
| 16 "rect": [100, 120, 39, 19], | 18 "rect": [100, 120, 39, 19], |
| 17 "reason": "full" | 19 "reason": "full" |
| 18 }, | |
| 19 { | |
| 20 "object": "InlineTextBox ''", | |
| 21 "reason": "full" | |
| 22 }, | |
| 23 { | |
| 24 "object": "InlineTextBox 'after'", | |
| 25 "reason": "full" | |
| 26 }, | |
| 27 { | |
| 28 "object": "RootInlineBox", | |
| 29 "reason": "full" | |
| 30 } | 20 } |
| 31 ] | 21 ] |
| 32 } | 22 } |
| 23 ], |
| 24 "objectPaintInvalidations": [ |
| 25 { |
| 26 "object": "LayoutBlockFlow DIV id='target'", |
| 27 "reason": "invalidate paint rectangle" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutText #text", |
| 31 "reason": "full" |
| 32 }, |
| 33 { |
| 34 "object": "InlineTextBox 'after'", |
| 35 "reason": "full" |
| 36 } |
| 33 ] | 37 ] |
| 34 } | 38 } |
| 35 | 39 |
| OLD | NEW |