OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [785, 735], | 3 "bounds": [785, 735], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [785, 735], | 7 "bounds": [785, 735], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutBlockFlow HTML", | 12 "object": "LayoutBlockFlow HTML", |
11 "rect": [0, 0, 785, 833], | 13 "rect": [0, 0, 785, 833], |
12 "reason": "forced by layout" | 14 "reason": "forced by layout" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 }, | 50 }, |
49 { | 51 { |
50 "object": "LayoutImage IMG", | 52 "object": "LayoutImage IMG", |
51 "rect": [58, 234, 489, 537], | 53 "rect": [58, 234, 489, 537], |
52 "reason": "bounds change" | 54 "reason": "bounds change" |
53 }, | 55 }, |
54 { | 56 { |
55 "object": "LayoutImage IMG", | 57 "object": "LayoutImage IMG", |
56 "rect": [58, 136, 489, 537], | 58 "rect": [58, 136, 489, 537], |
57 "reason": "bounds change" | 59 "reason": "bounds change" |
58 }, | |
59 { | |
60 "object": "InlineBox", | |
61 "reason": "full" | |
62 }, | |
63 { | |
64 "object": "LayoutText #text", | |
65 "reason": "bounds change" | |
66 }, | |
67 { | |
68 "object": "LayoutText #text", | |
69 "reason": "layoutObject removal" | |
70 }, | |
71 { | |
72 "object": "RootInlineBox", | |
73 "reason": "full" | |
74 }, | |
75 { | |
76 "object": "RootInlineBox", | |
77 "reason": "full" | |
78 } | 60 } |
79 ] | 61 ] |
80 } | 62 } |
| 63 ], |
| 64 "objectPaintInvalidations": [ |
| 65 { |
| 66 "object": "LayoutIFrame IFRAME id='iframe'", |
| 67 "reason": "layoutObject removal" |
| 68 }, |
| 69 { |
| 70 "object": "LayoutText #text", |
| 71 "reason": "layoutObject removal" |
| 72 }, |
| 73 { |
| 74 "object": "LayoutBlockFlow (anonymous)", |
| 75 "reason": "layoutObject removal" |
| 76 }, |
| 77 { |
| 78 "object": "LayoutView #document", |
| 79 "reason": "incremental" |
| 80 }, |
| 81 { |
| 82 "object": "LayoutBlockFlow HTML", |
| 83 "reason": "forced by layout" |
| 84 }, |
| 85 { |
| 86 "object": "LayoutBlockFlow (relative positioned) DIV class='relative'", |
| 87 "reason": "bounds change" |
| 88 }, |
| 89 { |
| 90 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi
ngTop'", |
| 91 "reason": "bounds change" |
| 92 }, |
| 93 { |
| 94 "object": "RootInlineBox", |
| 95 "reason": "bounds change" |
| 96 }, |
| 97 { |
| 98 "object": "LayoutImage IMG", |
| 99 "reason": "bounds change" |
| 100 }, |
| 101 { |
| 102 "object": "LayoutText #text", |
| 103 "reason": "bounds change" |
| 104 } |
81 ] | 105 ] |
82 } | 106 } |
83 | 107 |
OLD | NEW |