OLD | NEW |
| (Empty) |
1 { | |
2 "layers": [ | |
3 { | |
4 "name": "LayoutView #document", | |
5 "bounds": [800, 600], | |
6 "contentsOpaque": true, | |
7 "drawsContent": true, | |
8 "paintInvalidations": [ | |
9 { | |
10 "object": "LayoutMultiColumnFlowThread (anonymous)", | |
11 "rect": [9, 9, 400, 100], | |
12 "reason": "forced by layout" | |
13 }, | |
14 { | |
15 "object": "LayoutInline SPAN id='a'", | |
16 "rect": [234, 10, 300, 57], | |
17 "reason": "forced by layout" | |
18 }, | |
19 { | |
20 "object": "LayoutText #text", | |
21 "rect": [234, 15, 50, 50], | |
22 "reason": "layoutObject removal" | |
23 } | |
24 ] | |
25 } | |
26 ], | |
27 "objectPaintInvalidations": [ | |
28 { | |
29 "object": "LayoutText #text", | |
30 "reason": "layoutObject removal" | |
31 }, | |
32 { | |
33 "object": "LayoutMultiColumnFlowThread (anonymous)", | |
34 "reason": "forced by layout" | |
35 }, | |
36 { | |
37 "object": "RootInlineBox", | |
38 "reason": "forced by layout" | |
39 }, | |
40 { | |
41 "object": "LayoutText #text", | |
42 "reason": "forced by layout" | |
43 }, | |
44 { | |
45 "object": "InlineTextBox '\u00A0'", | |
46 "reason": "forced by layout" | |
47 }, | |
48 { | |
49 "object": "LayoutBR BR", | |
50 "reason": "forced by layout" | |
51 }, | |
52 { | |
53 "object": "InlineTextBox '\n'", | |
54 "reason": "forced by layout" | |
55 }, | |
56 { | |
57 "object": "LayoutInline SPAN id='a'", | |
58 "reason": "forced by layout" | |
59 }, | |
60 { | |
61 "object": "InlineFlowBox", | |
62 "reason": "forced by layout" | |
63 }, | |
64 { | |
65 "object": "LayoutText #text", | |
66 "reason": "layoutObject insertion" | |
67 }, | |
68 { | |
69 "object": "InlineTextBox 'XXXXXX'", | |
70 "reason": "layoutObject insertion" | |
71 } | |
72 ] | |
73 } | |
74 | |
OLD | NEW |