| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "layers": [ |
| 3 "bounds": [800, 600], | |
| 4 "children": [ | |
| 5 { | 3 { |
| 6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true |
| 8 }, |
| 9 { |
| 10 "name": "LayoutBlockFlow DIV id='target'", |
| 11 "position": [8, 8], |
| 12 "bounds": [600, 400], |
| 9 "drawsContent": true, | 13 "drawsContent": true, |
| 10 "children": [ | 14 "backfaceVisibility": "hidden", |
| 15 "paintInvalidations": [ |
| 11 { | 16 { |
| 12 "name": "LayoutBlockFlow DIV id='target'", | 17 "object": "LayoutText #text", |
| 13 "position": [8, 8], | 18 "rect": [520, 0, 80, 340], |
| 14 "bounds": [600, 400], | 19 "reason": "style change" |
| 15 "drawsContent": true, | |
| 16 "backfaceVisibility": "hidden", | |
| 17 "paintInvalidations": [ | |
| 18 { | |
| 19 "object": "LayoutText #text", | |
| 20 "rect": [520, 0, 80, 340], | |
| 21 "reason": "style change" | |
| 22 } | |
| 23 ] | |
| 24 } | 20 } |
| 25 ] | 21 ] |
| 26 } | 22 } |
| 27 ], | 23 ], |
| 28 "objectPaintInvalidations": [ | 24 "objectPaintInvalidations": [ |
| 29 { | 25 { |
| 30 "object": "LayoutText #text", | 26 "object": "LayoutText #text", |
| 31 "reason": "style change" | 27 "reason": "style change" |
| 32 }, | 28 }, |
| 33 { | 29 { |
| 34 "object": "InlineTextBox 'Lorem ipsum dolor'", | 30 "object": "InlineTextBox 'Lorem ipsum dolor'", |
| 35 "reason": "style change" | 31 "reason": "style change" |
| 36 }, | 32 }, |
| 37 { | 33 { |
| 38 "object": "InlineTextBox 'sit amet,'", | 34 "object": "InlineTextBox 'sit amet,'", |
| 39 "reason": "style change" | 35 "reason": "style change" |
| 40 }, | 36 }, |
| 41 { | 37 { |
| 42 "object": "InlineTextBox 'consectetur'", | 38 "object": "InlineTextBox 'consectetur'", |
| 43 "reason": "style change" | 39 "reason": "style change" |
| 44 }, | 40 }, |
| 45 { | 41 { |
| 46 "object": "InlineTextBox 'adipiscing elit.'", | 42 "object": "InlineTextBox 'adipiscing elit.'", |
| 47 "reason": "style change" | 43 "reason": "style change" |
| 48 } | 44 } |
| 49 ] | 45 ] |
| 50 } | 46 } |
| 51 | 47 |
| OLD | NEW |