| 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 } | 8 } |
| 9 ], | 9 ], |
| 10 "objectPaintInvalidations": [ | 10 "objectPaintInvalidations": [ |
| 11 { | 11 { |
| 12 "object": "LayoutBlockFlow (relative positioned) DIV", | 12 "object": "LayoutBlockFlow (relative positioned) DIV", |
| 13 "reason": "forced by layout" | 13 "reason": "geometry" |
| 14 }, | 14 }, |
| 15 { | 15 { |
| 16 "object": "RootInlineBox", | 16 "object": "RootInlineBox", |
| 17 "reason": "forced by layout" | 17 "reason": "geometry" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutText #text", | 20 "object": "LayoutText #text", |
| 21 "reason": "full" | 21 "reason": "full" |
| 22 }, | 22 }, |
| 23 { | 23 { |
| 24 "object": "InlineTextBox 'is invisible'", | 24 "object": "InlineTextBox 'is invisible'", |
| 25 "reason": "full" | 25 "reason": "full" |
| 26 } | 26 } |
| 27 ] | 27 ] |
| 28 } | 28 } |
| 29 | 29 |
| OLD | NEW |