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": "LayoutBlockFlow BODY", | 10 "object": "LayoutBlockFlow BODY", |
11 "rect": [0, 0, 800, 600], | 11 "rect": [0, 0, 800, 600], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutEmbeddedObject OBJECT", | 15 "object": "LayoutEmbeddedObject OBJECT", |
16 "rect": [0, 0, 402, 202], | 16 "rect": [0, 0, 402, 202], |
17 "reason": "style change" | 17 "reason": "style change" |
18 }, | 18 }, |
19 { | 19 { |
20 "object": "LayoutBlockFlow BODY", | 20 "object": "LayoutBlockFlow BODY", |
21 "rect": [1, 1, 400, 200], | 21 "rect": [1, 1, 400, 200], |
22 "reason": "forced by layout" | 22 "reason": "forced by layout" |
23 }, | 23 }, |
24 { | 24 { |
25 "object": "LayoutEmbeddedObject OBJECT", | 25 "object": "LayoutEmbeddedObject OBJECT", |
26 "rect": [1, 1, 400, 200], | 26 "rect": [1, 1, 400, 200], |
27 "reason": "forced by layout" | 27 "reason": "forced by layout" |
28 }, | 28 }, |
29 { | 29 { |
30 "object": "LayoutSVGRoot svg", | |
31 "rect": [11, 11, 380, 180], | |
32 "reason": "bounds change" | |
33 }, | |
34 { | |
35 "object": "LayoutBlockFlow BODY", | 30 "object": "LayoutBlockFlow BODY", |
36 "rect": [0, 0, 285, 135], | 31 "rect": [0, 0, 285, 135], |
37 "reason": "forced by layout" | 32 "reason": "forced by layout" |
38 }, | 33 }, |
39 { | 34 { |
40 "object": "LayoutEmbeddedObject OBJECT", | 35 "object": "LayoutEmbeddedObject OBJECT", |
41 "rect": [0, 0, 285, 135], | 36 "rect": [0, 0, 285, 135], |
42 "reason": "forced by layout" | 37 "reason": "forced by layout" |
43 }, | 38 }, |
44 { | 39 { |
45 "object": "LayoutView #document", | 40 "object": "LayoutView #document", |
46 "rect": [0, 135, 285, 15], | 41 "rect": [0, 135, 285, 15], |
47 "reason": "scroll" | 42 "reason": "scroll" |
48 }, | 43 }, |
49 { | 44 { |
50 "object": "LayoutSVGRoot svg", | |
51 "rect": [10, 10, 275, 125], | |
52 "reason": "bounds change" | |
53 }, | |
54 { | |
55 "object": "LayoutSVGRect rect", | 45 "object": "LayoutSVGRect rect", |
56 "rect": [211, 11, 180, 180], | 46 "rect": [211, 11, 180, 180], |
57 "reason": "bounds change" | 47 "reason": "bounds change" |
58 }, | 48 }, |
59 { | 49 { |
60 "object": "LayoutSVGRect rect", | 50 "object": "LayoutSVGRect rect", |
61 "rect": [11, 11, 180, 180], | 51 "rect": [11, 11, 180, 180], |
62 "reason": "bounds change" | 52 "reason": "bounds change" |
63 }, | 53 }, |
64 { | 54 { |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 { | 122 { |
133 "object": "LayoutText #text", | 123 "object": "LayoutText #text", |
134 "reason": "location change" | 124 "reason": "location change" |
135 }, | 125 }, |
136 { | 126 { |
137 "object": "LayoutView #document", | 127 "object": "LayoutView #document", |
138 "reason": "location change" | 128 "reason": "location change" |
139 }, | 129 }, |
140 { | 130 { |
141 "object": "LayoutSVGRoot svg", | 131 "object": "LayoutSVGRoot svg", |
142 "reason": "bounds change" | 132 "reason": "location change" |
143 }, | 133 }, |
144 { | 134 { |
145 "object": "LayoutSVGRect rect", | 135 "object": "LayoutSVGRect rect", |
146 "reason": "bounds change" | 136 "reason": "bounds change" |
147 }, | 137 }, |
148 { | 138 { |
149 "object": "LayoutSVGRect rect", | 139 "object": "LayoutSVGRect rect", |
150 "reason": "bounds change" | 140 "reason": "bounds change" |
151 } | 141 } |
152 ] | 142 ] |
153 } | 143 } |
154 | 144 |
OLD | NEW |