| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutInline SPAN id='outer'", | 10 "object": "LayoutInline SPAN id='outer'", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 { | 22 { |
| 23 "object": "LayoutInline SPAN id='outer'", | 23 "object": "LayoutInline SPAN id='outer'", |
| 24 "reason": "style change" | 24 "reason": "style change" |
| 25 }, | 25 }, |
| 26 { | 26 { |
| 27 "object": "LayoutBlockFlow (anonymous)", | 27 "object": "LayoutBlockFlow (anonymous)", |
| 28 "reason": "forced by layout" | 28 "reason": "forced by layout" |
| 29 }, | 29 }, |
| 30 { | 30 { |
| 31 "object": "LayoutInline SPAN id='outer'", | 31 "object": "LayoutInline SPAN id='outer'", |
| 32 "reason": "forced by layout" | |
| 33 }, | |
| 34 { | |
| 35 "object": "LayoutInline SPAN id='outer'", | |
| 36 "reason": "style change" | 32 "reason": "style change" |
| 37 } | 33 } |
| 38 ] | 34 ] |
| 39 } | 35 } |
| 40 | 36 |
| OLD | NEW |