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