| 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": "LayoutGrid DIV id='container'", | 12 "object": "LayoutGrid DIV id='container'", |
| 11 "rect": [0, 52, 200, 300], | 13 "rect": [0, 52, 200, 300], |
| 12 "reason": "style change" | 14 "reason": "style change" |
| 13 }, | 15 }, |
| 14 { | 16 { |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 "rect": [0, 77, 200, 50], | 53 "rect": [0, 77, 200, 50], |
| 52 "reason": "bounds change" | 54 "reason": "bounds change" |
| 53 }, | 55 }, |
| 54 { | 56 { |
| 55 "object": "LayoutBlockFlow DIV", | 57 "object": "LayoutBlockFlow DIV", |
| 56 "rect": [0, 52, 200, 50], | 58 "rect": [0, 52, 200, 50], |
| 57 "reason": "bounds change" | 59 "reason": "bounds change" |
| 58 } | 60 } |
| 59 ] | 61 ] |
| 60 } | 62 } |
| 63 ], |
| 64 "objectPaintInvalidations": [ |
| 65 { |
| 66 "object": "LayoutGrid DIV id='container'", |
| 67 "reason": "style change" |
| 68 }, |
| 69 { |
| 70 "object": "LayoutBlockFlow DIV class='item'", |
| 71 "reason": "bounds change" |
| 72 }, |
| 73 { |
| 74 "object": "LayoutBlockFlow DIV", |
| 75 "reason": "bounds change" |
| 76 }, |
| 77 { |
| 78 "object": "LayoutBlockFlow DIV class='item'", |
| 79 "reason": "bounds change" |
| 80 }, |
| 81 { |
| 82 "object": "LayoutBlockFlow DIV", |
| 83 "reason": "bounds change" |
| 84 }, |
| 85 { |
| 86 "object": "LayoutBlockFlow DIV class='item'", |
| 87 "reason": "bounds change" |
| 88 }, |
| 89 { |
| 90 "object": "LayoutBlockFlow DIV", |
| 91 "reason": "bounds change" |
| 92 } |
| 61 ] | 93 ] |
| 62 } | 94 } |
| 63 | 95 |
| OLD | NEW |