| 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": "LayoutGrid DIV id='container'", | |
| 13 "rect": [0, 52, 200, 300], | |
| 14 "reason": "style change" | |
| 15 }, | |
| 16 { | |
| 17 "object": "LayoutBlockFlow DIV class='item1'", | 12 "object": "LayoutBlockFlow DIV class='item1'", |
| 18 "rect": [0, 52, 200, 200], | 13 "rect": [0, 52, 200, 200], |
| 19 "reason": "bounds change" | 14 "reason": "bounds change" |
| 20 }, | 15 }, |
| 21 { | 16 { |
| 22 "object": "LayoutBlockFlow DIV class='item1'", | 17 "object": "LayoutBlockFlow DIV class='item1'", |
| 23 "rect": [0, 2, 200, 200], | 18 "rect": [0, 2, 200, 200], |
| 24 "reason": "bounds change" | 19 "reason": "bounds change" |
| 25 } | 20 } |
| 26 ] | 21 ] |
| 27 } | 22 } |
| 28 ], | 23 ], |
| 29 "objectPaintInvalidations": [ | 24 "objectPaintInvalidations": [ |
| 30 { | 25 { |
| 31 "object": "LayoutGrid DIV id='container'", | |
| 32 "reason": "style change" | |
| 33 }, | |
| 34 { | |
| 35 "object": "LayoutBlockFlow DIV class='item1'", | 26 "object": "LayoutBlockFlow DIV class='item1'", |
| 36 "reason": "bounds change" | 27 "reason": "bounds change" |
| 37 }, | 28 }, |
| 38 { | 29 { |
| 39 "object": "LayoutBlockFlow DIV", | 30 "object": "LayoutBlockFlow DIV", |
| 40 "reason": "location change" | 31 "reason": "location change" |
| 41 } | 32 } |
| 42 ] | 33 ] |
| 43 } | 34 } |
| 44 | 35 |
| OLD | NEW |