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 (relative positioned) (floating) DIV class=
'imgContainer'", | 12 "object": "LayoutBlockFlow (relative positioned) (floating) DIV class=
'imgContainer'", |
11 "rect": [8, 8, 194, 236], | 13 "rect": [8, 8, 194, 236], |
12 "reason": "location change" | 14 "reason": "location change" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutImage IMG", | 17 "object": "LayoutImage IMG", |
16 "rect": [8, 8, 194, 232], | 18 "rect": [8, 8, 194, 232], |
17 "reason": "location change" | 19 "reason": "location change" |
18 }, | |
19 { | |
20 "object": "LayoutText #text", | |
21 "reason": "none" | |
22 }, | |
23 { | |
24 "object": "RootInlineBox", | |
25 "reason": "full" | |
26 } | 20 } |
27 ] | 21 ] |
28 } | 22 } |
| 23 ], |
| 24 "objectPaintInvalidations": [ |
| 25 { |
| 26 "object": "LayoutBlockFlow (relative positioned) (floating) DIV class='img
Container'", |
| 27 "reason": "location change" |
| 28 }, |
| 29 { |
| 30 "object": "RootInlineBox", |
| 31 "reason": "location change" |
| 32 }, |
| 33 { |
| 34 "object": "LayoutImage IMG", |
| 35 "reason": "location change" |
| 36 }, |
| 37 { |
| 38 "object": "LayoutText #text", |
| 39 "reason": "none" |
| 40 } |
29 ] | 41 ] |
30 } | 42 } |
31 | 43 |
OLD | NEW |