| 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": "LayoutBlockFlow DIV id='inner-editor'", | 10 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 11 "rect": [11, 47, 137, 16], | 11 "rect": [11, 47, 137, 16], |
| 12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutText #text", | |
| 16 "rect": [11, 47, 58, 16], | |
| 17 "reason": "layoutObject insertion" | |
| 18 } | 13 } |
| 19 ] | 14 ] |
| 20 } | 15 } |
| 21 ], | 16 ], |
| 22 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
| 23 { | 18 { |
| 24 "object": "LayoutBlockFlow DIV id='inner-editor'", | 19 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 25 "reason": "forced by layout" | 20 "reason": "forced by layout" |
| 26 }, | 21 }, |
| 27 { | 22 { |
| 28 "object": "RootInlineBox", | 23 "object": "RootInlineBox", |
| 29 "reason": "forced by layout" | 24 "reason": "forced by layout" |
| 30 }, | 25 }, |
| 31 { | 26 { |
| 32 "object": "LayoutText #text", | 27 "object": "LayoutText #text", |
| 33 "reason": "layoutObject insertion" | 28 "reason": "layoutObject insertion" |
| 34 }, | 29 }, |
| 35 { | 30 { |
| 36 "object": "InlineTextBox 'some text'", | 31 "object": "InlineTextBox 'some text'", |
| 37 "reason": "layoutObject insertion" | 32 "reason": "layoutObject insertion" |
| 38 } | 33 } |
| 39 ] | 34 ] |
| 40 } | 35 } |
| 41 | 36 |
| OLD | NEW |