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": "LayoutMultiColumnFlowThread (anonymous)", | 10 "object": "LayoutMultiColumnFlowThread (anonymous)", |
11 "rect": [9, 9, 400, 100], | 11 "rect": [9, 9, 400, 100], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutInline SPAN id='a'", | 15 "object": "LayoutInline SPAN id='a'", |
16 "rect": [234, 9, 300, 59], | 16 "rect": [234, 9, 300, 59], |
17 "reason": "forced by layout" | 17 "reason": "forced by layout" |
18 }, | 18 }, |
19 { | 19 { |
20 "object": "LayoutText #text", | 20 "object": "LayoutText #text", |
21 "rect": [234, 15, 300, 50], | |
22 "reason": "layoutObject insertion" | |
23 }, | |
24 { | |
25 "object": "LayoutText #text", | |
26 "rect": [234, 15, 50, 50], | 21 "rect": [234, 15, 50, 50], |
27 "reason": "layoutObject removal" | 22 "reason": "layoutObject removal" |
28 }, | |
29 { | |
30 "object": "LayoutText #text", | |
31 "rect": [9, 9, 13, 59], | |
32 "reason": "forced by layout" | |
33 } | 23 } |
34 ] | 24 ] |
35 } | 25 } |
36 ], | 26 ], |
37 "objectPaintInvalidations": [ | 27 "objectPaintInvalidations": [ |
38 { | 28 { |
39 "object": "LayoutText #text", | 29 "object": "LayoutText #text", |
40 "reason": "layoutObject removal" | 30 "reason": "layoutObject removal" |
41 }, | 31 }, |
42 { | 32 { |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 "object": "LayoutText #text", | 65 "object": "LayoutText #text", |
76 "reason": "layoutObject insertion" | 66 "reason": "layoutObject insertion" |
77 }, | 67 }, |
78 { | 68 { |
79 "object": "InlineTextBox 'XXXXXX'", | 69 "object": "InlineTextBox 'XXXXXX'", |
80 "reason": "layoutObject insertion" | 70 "reason": "layoutObject insertion" |
81 } | 71 } |
82 ] | 72 ] |
83 } | 73 } |
84 | 74 |
OLD | NEW |