| 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='t'", | 12 "object": "LayoutBlockFlow DIV id='t'", |
| 11 "rect": [8, 136, 80, 17], | 13 "rect": [8, 136, 80, 17], |
| 12 "reason": "invalidate paint rectangle" | 14 "reason": "invalidate paint rectangle" |
| 13 }, | 15 }, |
| 14 { | 16 { |
| 15 "object": "LayoutText #text", | 17 "object": "LayoutText #text", |
| 16 "rect": [8, 136, 43, 17], | 18 "rect": [8, 136, 43, 17], |
| 17 "reason": "full" | 19 "reason": "full" |
| 18 }, | |
| 19 { | |
| 20 "object": "InlineTextBox ''", | |
| 21 "reason": "full" | |
| 22 }, | |
| 23 { | |
| 24 "object": "InlineTextBox ''", | |
| 25 "reason": "full" | |
| 26 }, | |
| 27 { | |
| 28 "object": "InlineTextBox 'Passed'", | |
| 29 "reason": "full" | |
| 30 }, | |
| 31 { | |
| 32 "object": "InlineTextBox 'Test'", | |
| 33 "reason": "full" | |
| 34 }, | |
| 35 { | |
| 36 "object": "RootInlineBox", | |
| 37 "reason": "full" | |
| 38 }, | |
| 39 { | |
| 40 "object": "RootInlineBox", | |
| 41 "reason": "full" | |
| 42 } | 20 } |
| 43 ] | 21 ] |
| 44 } | 22 } |
| 23 ], |
| 24 "objectPaintInvalidations": [ |
| 25 { |
| 26 "object": "LayoutBlockFlow DIV id='t'", |
| 27 "reason": "invalidate paint rectangle" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutText #text", |
| 31 "reason": "full" |
| 32 }, |
| 33 { |
| 34 "object": "InlineTextBox 'Passed'", |
| 35 "reason": "full" |
| 36 }, |
| 37 { |
| 38 "object": "InlineTextBox 'Test'", |
| 39 "reason": "full" |
| 40 } |
| 45 ] | 41 ] |
| 46 } | 42 } |
| 47 | 43 |
| OLD | NEW |