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='details-content'", | 10 "object": "LayoutBlockFlow DIV id='details-content'", |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 }, | 52 }, |
53 { | 53 { |
54 "object": "LayoutBlockFlow DIV id='inner-editor'", | 54 "object": "LayoutBlockFlow DIV id='inner-editor'", |
55 "reason": "scroll" | 55 "reason": "scroll" |
56 }, | 56 }, |
57 { | 57 { |
58 "object": "HorizontalScrollbar", | 58 "object": "HorizontalScrollbar", |
59 "reason": "scroll" | 59 "reason": "scroll" |
60 }, | 60 }, |
61 { | 61 { |
62 "object": "LayoutBlockFlow DIV id='inner-editor'", | |
63 "reason": "scroll" | |
64 }, | |
65 { | |
66 "object": "VerticalScrollbar", | |
67 "reason": "scroll" | |
68 }, | |
69 { | |
70 "object": "LayoutText #text", | 62 "object": "LayoutText #text", |
71 "reason": "layoutObject insertion" | 63 "reason": "layoutObject insertion" |
72 }, | 64 }, |
73 { | 65 { |
74 "object": "LayoutText #text", | 66 "object": "LayoutText #text", |
75 "reason": "layoutObject insertion" | 67 "reason": "layoutObject insertion" |
76 } | 68 } |
77 ] | 69 ] |
78 } | 70 } |
79 | 71 |
OLD | NEW |