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 div id='contentBox'", | 10 "object": "LayoutBlockFlow div id='contentBox'", |
11 "rect": [8, 68, 402, 402], | 11 "rect": [8, 68, 402, 402], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutSVGRoot svg", | |
16 "rect": [9, 69, 400, 400], | |
17 "reason": "forced by layout" | |
18 }, | |
19 { | |
20 "object": "LayoutSVGContainer use", | |
21 "rect": [209, 269, 200, 200], | |
22 "reason": "bounds change" | |
23 }, | |
24 { | |
25 "object": "LayoutSVGRect rect id='targetRect'", | 15 "object": "LayoutSVGRect rect id='targetRect'", |
26 "rect": [209, 269, 200, 200], | 16 "rect": [209, 269, 200, 200], |
27 "reason": "forced by layout" | 17 "reason": "forced by layout" |
28 }, | 18 }, |
29 { | 19 { |
30 "object": "LayoutSVGRect rect id='targetRect'", | 20 "object": "LayoutSVGRect rect id='targetRect'", |
31 "rect": [9, 269, 200, 200], | 21 "rect": [9, 269, 200, 200], |
32 "reason": "forced by layout" | 22 "reason": "forced by layout" |
33 }, | 23 }, |
34 { | 24 { |
35 "object": "LayoutSVGContainer g id='targetUse'", | 25 "object": "LayoutSVGContainer g id='targetUse'", |
36 "rect": [9, 69, 200, 200], | 26 "rect": [9, 69, 200, 200], |
37 "reason": "bounds change" | 27 "reason": "bounds change" |
38 }, | 28 }, |
39 { | 29 { |
40 "object": "LayoutSVGContainer use", | |
41 "rect": [9, 69, 200, 200], | |
42 "reason": "bounds change" | |
43 }, | |
44 { | |
45 "object": "LayoutSVGContainer use id='targetUse'", | 30 "object": "LayoutSVGContainer use id='targetUse'", |
46 "rect": [9, 69, 200, 200], | 31 "rect": [9, 69, 200, 200], |
47 "reason": "bounds change" | 32 "reason": "bounds change" |
48 }, | 33 }, |
49 { | 34 { |
50 "object": "LayoutSVGRect rect id='targetRect1'", | 35 "object": "LayoutSVGRect rect id='targetRect1'", |
51 "rect": [9, 69, 200, 200], | 36 "rect": [9, 69, 200, 200], |
52 "reason": "forced by layout" | 37 "reason": "forced by layout" |
53 }, | 38 }, |
54 { | 39 { |
55 "object": "LayoutSVGRect rect id='targetRect1'", | 40 "object": "LayoutSVGRect rect id='targetRect1'", |
56 "rect": [9, 69, 200, 200], | 41 "rect": [9, 69, 200, 200], |
57 "reason": "forced by layout" | 42 "reason": "forced by layout" |
58 }, | 43 }, |
59 { | 44 { |
60 "object": "LayoutSVGRect rect id='targetRect1'", | 45 "object": "LayoutSVGRect rect id='targetRect1'", |
61 "rect": [9, 69, 200, 200], | 46 "rect": [9, 69, 200, 200], |
62 "reason": "forced by layout" | 47 "reason": "forced by layout" |
63 }, | 48 }, |
64 { | 49 { |
65 "object": "LayoutSVGContainer use", | |
66 "rect": [59, 269, 50, 200], | |
67 "reason": "bounds change" | |
68 }, | |
69 { | |
70 "object": "LayoutSVGRect rect id='targetRect'", | 50 "object": "LayoutSVGRect rect id='targetRect'", |
71 "rect": [59, 269, 50, 200], | 51 "rect": [59, 269, 50, 200], |
72 "reason": "forced by layout" | 52 "reason": "forced by layout" |
73 } | 53 } |
74 ] | 54 ] |
75 } | 55 } |
76 ], | 56 ], |
77 "objectPaintInvalidations": [ | 57 "objectPaintInvalidations": [ |
78 { | 58 { |
79 "object": "LayoutBlockFlow div id='contentBox'", | 59 "object": "LayoutBlockFlow div id='contentBox'", |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 "object": "LayoutSVGContainer g id='targetUse'", | 99 "object": "LayoutSVGContainer g id='targetUse'", |
120 "reason": "bounds change" | 100 "reason": "bounds change" |
121 }, | 101 }, |
122 { | 102 { |
123 "object": "LayoutSVGRect rect id='targetRect1'", | 103 "object": "LayoutSVGRect rect id='targetRect1'", |
124 "reason": "forced by layout" | 104 "reason": "forced by layout" |
125 } | 105 } |
126 ] | 106 ] |
127 } | 107 } |
128 | 108 |
OLD | NEW |