| 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": "LayoutInline SPAN id='outer'", | 12 "object": "LayoutInline SPAN id='outer'", |
| 11 "rect": [7, 87, 85, 22], | 13 "rect": [7, 87, 85, 22], |
| 12 "reason": "style change" | 14 "reason": "style change" |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutBlockFlow (anonymous)", | |
| 16 "reason": "forced by layout" | |
| 17 }, | |
| 18 { | |
| 19 "object": "LayoutBlockFlow (anonymous)", | |
| 20 "reason": "forced by layout" | |
| 21 }, | |
| 22 { | |
| 23 "object": "LayoutInline SPAN id='outer'", | |
| 24 "reason": "style change" | |
| 25 } | 15 } |
| 26 ] | 16 ] |
| 27 } | 17 } |
| 18 ], |
| 19 "objectPaintInvalidations": [ |
| 20 { |
| 21 "object": "LayoutBlockFlow (anonymous)", |
| 22 "reason": "forced by layout" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutInline SPAN id='outer'", |
| 26 "reason": "style change" |
| 27 }, |
| 28 { |
| 29 "object": "LayoutBlockFlow (anonymous)", |
| 30 "reason": "forced by layout" |
| 31 }, |
| 32 { |
| 33 "object": "LayoutInline SPAN id='outer'", |
| 34 "reason": "style change" |
| 35 } |
| 28 ] | 36 ] |
| 29 } | 37 } |
| 30 | 38 |
| OLD | NEW |