OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [785, 836], | 5 "bounds": [785, 836], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutView #document", | 10 "object": "LayoutView #document", |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 }, | 53 }, |
54 { | 54 { |
55 "object": "LayoutImage IMG", | 55 "object": "LayoutImage IMG", |
56 "reason": "bounds change" | 56 "reason": "bounds change" |
57 }, | 57 }, |
58 { | 58 { |
59 "object": "LayoutText #text", | 59 "object": "LayoutText #text", |
60 "reason": "location change" | 60 "reason": "location change" |
61 }, | 61 }, |
62 { | 62 { |
| 63 "object": "VerticalScrollbar", |
| 64 "reason": "scroll" |
| 65 }, |
| 66 { |
63 "object": "LayoutView #document", | 67 "object": "LayoutView #document", |
64 "reason": "style change" | 68 "reason": "style change" |
65 }, | 69 }, |
66 { | 70 { |
67 "object": "LayoutBlockFlow HTML", | 71 "object": "LayoutBlockFlow HTML", |
68 "reason": "layoutObject insertion" | 72 "reason": "layoutObject insertion" |
69 }, | 73 }, |
70 { | 74 { |
71 "object": "LayoutBlockFlow BODY", | 75 "object": "LayoutBlockFlow BODY", |
72 "reason": "layoutObject insertion" | 76 "reason": "layoutObject insertion" |
73 } | 77 } |
74 ] | 78 ] |
75 } | 79 } |
76 | 80 |
OLD | NEW |