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='details-content'", | 12 "object": "LayoutBlockFlow DIV id='details-content'", |
11 "rect": [8, 68, 784, 19], | 13 "rect": [8, 68, 784, 19], |
12 "reason": "layoutObject insertion" | 14 "reason": "layoutObject insertion" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutTextControl INPUT", | 17 "object": "LayoutTextControl INPUT", |
16 "rect": [8, 68, 123, 19], | 18 "rect": [8, 68, 123, 19], |
17 "reason": "layoutObject insertion" | 19 "reason": "layoutObject insertion" |
18 }, | 20 }, |
19 { | 21 { |
20 "object": "LayoutBlockFlow DIV id='inner-editor'", | 22 "object": "LayoutBlockFlow DIV id='inner-editor'", |
21 "rect": [11, 71, 117, 13], | 23 "rect": [11, 71, 117, 13], |
22 "reason": "layoutObject insertion" | 24 "reason": "layoutObject insertion" |
23 }, | 25 }, |
24 { | 26 { |
25 "object": "LayoutDetailsMarker DIV id='details-marker'", | 27 "object": "LayoutDetailsMarker DIV id='details-marker'", |
26 "rect": [8, 53, 11, 11], | 28 "rect": [8, 53, 11, 11], |
27 "reason": "full" | 29 "reason": "full" |
28 }, | |
29 { | |
30 "object": "HorizontalScrollbar", | |
31 "reason": "scroll" | |
32 }, | |
33 { | |
34 "object": "LayoutBlockFlow DIV id='inner-editor'", | |
35 "reason": "scroll" | |
36 }, | |
37 { | |
38 "object": "LayoutText #text", | |
39 "reason": "layoutObject insertion" | |
40 }, | |
41 { | |
42 "object": "LayoutText #text", | |
43 "reason": "layoutObject insertion" | |
44 }, | |
45 { | |
46 "object": "RootInlineBox", | |
47 "reason": "full" | |
48 }, | |
49 { | |
50 "object": "VerticalScrollbar", | |
51 "reason": "scroll" | |
52 } | 30 } |
53 ] | 31 ] |
54 } | 32 } |
| 33 ], |
| 34 "objectPaintInvalidations": [ |
| 35 { |
| 36 "object": "LayoutDetailsMarker DIV id='details-marker'", |
| 37 "reason": "full" |
| 38 }, |
| 39 { |
| 40 "object": "LayoutBlockFlow DIV id='details-content'", |
| 41 "reason": "layoutObject insertion" |
| 42 }, |
| 43 { |
| 44 "object": "RootInlineBox", |
| 45 "reason": "layoutObject insertion" |
| 46 }, |
| 47 { |
| 48 "object": "LayoutTextControl INPUT", |
| 49 "reason": "layoutObject insertion" |
| 50 }, |
| 51 { |
| 52 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 53 "reason": "layoutObject insertion" |
| 54 }, |
| 55 { |
| 56 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 57 "reason": "scroll" |
| 58 }, |
| 59 { |
| 60 "object": "HorizontalScrollbar", |
| 61 "reason": "scroll" |
| 62 }, |
| 63 { |
| 64 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 65 "reason": "scroll" |
| 66 }, |
| 67 { |
| 68 "object": "VerticalScrollbar", |
| 69 "reason": "scroll" |
| 70 }, |
| 71 { |
| 72 "object": "LayoutText #text", |
| 73 "reason": "layoutObject insertion" |
| 74 }, |
| 75 { |
| 76 "object": "LayoutText #text", |
| 77 "reason": "layoutObject insertion" |
| 78 } |
55 ] | 79 ] |
56 } | 80 } |
57 | 81 |
OLD | NEW |