| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
| 3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| 11 { | 11 { |
| 12 "object": "LayoutBlockFlow DIV class='outlined'", | 12 "object": "LayoutBlockFlow DIV class='outlined'", |
| 13 "rect": [0, 240, 220, 50], | 13 "rect": [0, 240, 220, 50], |
| 14 "reason": "outline" | 14 "reason": "outline" |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "object": "LayoutBlockFlow DIV class='outlined'", | 17 "object": "LayoutBlockFlow DIV class='outlined'", |
| 18 "rect": [0, 140, 220, 50], | 18 "rect": [0, 140, 220, 50], |
| 19 "reason": "outline" | 19 "reason": "outline" |
| 20 }, | |
| 21 { | |
| 22 "object": "LayoutBlockFlow (positioned) DIV id='container'", | |
| 23 "rect": [10, 250, 200, 50], | |
| 24 "reason": "bounds change" | |
| 25 }, | |
| 26 { | |
| 27 "object": "LayoutBlockFlow (positioned) DIV id='container'", | |
| 28 "rect": [10, 150, 200, 50], | |
| 29 "reason": "bounds change" | |
| 30 } | 20 } |
| 31 ] | 21 ] |
| 32 } | 22 } |
| 33 ], | 23 ], |
| 34 "objectPaintInvalidations": [ | 24 "objectPaintInvalidations": [ |
| 35 { | 25 { |
| 36 "object": "LayoutBlockFlow (positioned) DIV id='container'", | |
| 37 "reason": "bounds change" | |
| 38 }, | |
| 39 { | |
| 40 "object": "LayoutBlockFlow DIV class='outlined'", | 26 "object": "LayoutBlockFlow DIV class='outlined'", |
| 41 "reason": "outline" | 27 "reason": "outline" |
| 42 } | 28 } |
| 43 ] | 29 ] |
| 44 } | 30 } |
| 45 | 31 |
| OLD | NEW |