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": "LayoutInline SPAN id='target'", | 10 "object": "LayoutInline SPAN id='target'", |
11 "rect": [6, 6, 204, 58], | 11 "rect": [6, 6, 204, 58], |
12 "reason": "style change" | 12 "reason": "style change" |
13 }, | |
14 { | |
15 "object": "LayoutImage IMG", | |
16 "rect": [8, 8, 200, 50], | |
17 "reason": "forced by layout" | |
18 } | 13 } |
19 ] | 14 ] |
20 } | 15 } |
21 ], | 16 ], |
22 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
23 { | 18 { |
24 "object": "LayoutBlockFlow BODY", | 19 "object": "LayoutBlockFlow BODY", |
25 "reason": "forced by layout" | 20 "reason": "forced by layout" |
26 }, | 21 }, |
27 { | 22 { |
28 "object": "RootInlineBox", | 23 "object": "RootInlineBox", |
29 "reason": "forced by layout" | 24 "reason": "forced by layout" |
30 }, | 25 }, |
31 { | 26 { |
32 "object": "LayoutInline SPAN id='target'", | 27 "object": "LayoutInline SPAN id='target'", |
33 "reason": "style change" | 28 "reason": "style change" |
34 }, | 29 }, |
35 { | 30 { |
36 "object": "InlineFlowBox", | 31 "object": "InlineFlowBox", |
37 "reason": "style change" | 32 "reason": "style change" |
38 }, | 33 }, |
39 { | 34 { |
40 "object": "LayoutImage IMG", | 35 "object": "LayoutImage IMG", |
41 "reason": "forced by layout" | 36 "reason": "forced by layout" |
42 } | 37 } |
43 ] | 38 ] |
44 } | 39 } |
45 | 40 |
OLD | NEW |