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 DIV", | 12 "object": "LayoutBlockFlow DIV", |
11 "rect": [8, 92, 200, 109], | 13 "rect": [8, 92, 200, 109], |
12 "reason": "invalidate paint rectangle" | 14 "reason": "invalidate paint rectangle" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 13 matching lines...) Expand all Loading... |
28 }, | 30 }, |
29 { | 31 { |
30 "object": "LayoutText #text", | 32 "object": "LayoutText #text", |
31 "rect": [47, 122, 33, 19], | 33 "rect": [47, 122, 33, 19], |
32 "reason": "bounds change" | 34 "reason": "bounds change" |
33 }, | 35 }, |
34 { | 36 { |
35 "object": "LayoutText #text", | 37 "object": "LayoutText #text", |
36 "rect": [184, 122, 20, 79], | 38 "rect": [184, 122, 20, 79], |
37 "reason": "incremental" | 39 "reason": "incremental" |
38 }, | |
39 { | |
40 "object": "InlineFlowBox", | |
41 "reason": "full" | |
42 }, | |
43 { | |
44 "object": "InlineFlowBox", | |
45 "reason": "style change" | |
46 }, | |
47 { | |
48 "object": "InlineTextBox ' eleifend lacus, at'", | |
49 "reason": "incremental" | |
50 }, | |
51 { | |
52 "object": "InlineTextBox ' eleifend'", | |
53 "reason": "full" | |
54 }, | |
55 { | |
56 "object": "InlineTextBox 'Integer sollicitudin nisi ut urna'", | |
57 "reason": "incremental" | |
58 }, | |
59 { | |
60 "object": "InlineTextBox 'augue '", | |
61 "reason": "full" | |
62 }, | |
63 { | |
64 "object": "InlineTextBox 'blandit convallis.'", | |
65 "reason": "incremental" | |
66 }, | |
67 { | |
68 "object": "InlineTextBox 'enim in scelerisque convallis,'", | |
69 "reason": "full" | |
70 }, | |
71 { | |
72 "object": "InlineTextBox 'lacus, at sagittis eros leo pulvinar'", | |
73 "reason": "full" | |
74 }, | |
75 { | |
76 "object": "InlineTextBox 'purus'", | |
77 "reason": "full" | |
78 }, | |
79 { | |
80 "object": "InlineTextBox 'purus'", | |
81 "reason": "bounds change" | |
82 }, | |
83 { | |
84 "object": "InlineTextBox 'sagittis eros leo pulvinar velit.'", | |
85 "reason": "incremental" | |
86 }, | |
87 { | |
88 "object": "InlineTextBox 'urna blandit convallis.'", | |
89 "reason": "full" | |
90 }, | |
91 { | |
92 "object": "InlineTextBox 'velit. Integer sollicitudin nisi ut'", | |
93 "reason": "full" | |
94 }, | |
95 { | |
96 "object": "RootInlineBox", | |
97 "reason": "full" | |
98 }, | |
99 { | |
100 "object": "RootInlineBox", | |
101 "reason": "full" | |
102 }, | |
103 { | |
104 "object": "RootInlineBox", | |
105 "reason": "full" | |
106 }, | |
107 { | |
108 "object": "RootInlineBox", | |
109 "reason": "full" | |
110 }, | |
111 { | |
112 "object": "RootInlineBox", | |
113 "reason": "full" | |
114 } | 40 } |
115 ] | 41 ] |
116 } | 42 } |
| 43 ], |
| 44 "objectPaintInvalidations": [ |
| 45 { |
| 46 "object": "LayoutBlockFlow DIV", |
| 47 "reason": "invalidate paint rectangle" |
| 48 }, |
| 49 { |
| 50 "object": "LayoutInline SPAN id='t'", |
| 51 "reason": "style change" |
| 52 }, |
| 53 { |
| 54 "object": "InlineFlowBox", |
| 55 "reason": "style change" |
| 56 }, |
| 57 { |
| 58 "object": "LayoutText #text", |
| 59 "reason": "bounds change" |
| 60 }, |
| 61 { |
| 62 "object": "InlineTextBox 'purus'", |
| 63 "reason": "bounds change" |
| 64 }, |
| 65 { |
| 66 "object": "LayoutText #text", |
| 67 "reason": "incremental" |
| 68 }, |
| 69 { |
| 70 "object": "InlineTextBox ' eleifend lacus, at'", |
| 71 "reason": "incremental" |
| 72 }, |
| 73 { |
| 74 "object": "InlineTextBox 'sagittis eros leo pulvinar velit.'", |
| 75 "reason": "incremental" |
| 76 }, |
| 77 { |
| 78 "object": "InlineTextBox 'Integer sollicitudin nisi ut urna'", |
| 79 "reason": "incremental" |
| 80 }, |
| 81 { |
| 82 "object": "InlineTextBox 'blandit convallis.'", |
| 83 "reason": "incremental" |
| 84 } |
117 ] | 85 ] |
118 } | 86 } |
119 | 87 |
OLD | NEW |