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": "LayoutSVGInlineText #text", | 10 "object": "LayoutSVGInlineText #text", |
(...skipping 19 matching lines...) Expand all Loading... |
30 "object": "LayoutSVGInlineText #text", | 30 "object": "LayoutSVGInlineText #text", |
31 "rect": [10, 63, 306, 374], | 31 "rect": [10, 63, 306, 374], |
32 "reason": "bounds change" | 32 "reason": "bounds change" |
33 }, | 33 }, |
34 { | 34 { |
35 "object": "LayoutSVGInlineText #text", | 35 "object": "LayoutSVGInlineText #text", |
36 "rect": [10, 63, 306, 374], | 36 "rect": [10, 63, 306, 374], |
37 "reason": "layoutObject removal" | 37 "reason": "layoutObject removal" |
38 }, | 38 }, |
39 { | 39 { |
40 "object": "LayoutSVGRoot (positioned) svg", | |
41 "rect": [10, 63, 306, 374], | |
42 "reason": "bounds change" | |
43 }, | |
44 { | |
45 "object": "LayoutSVGTSpan tspan", | 40 "object": "LayoutSVGTSpan tspan", |
46 "rect": [10, 63, 306, 374], | 41 "rect": [10, 63, 306, 374], |
47 "reason": "forced by layout" | 42 "reason": "forced by layout" |
48 }, | 43 }, |
49 { | 44 { |
50 "object": "LayoutSVGTSpan tspan", | 45 "object": "LayoutSVGTSpan tspan", |
51 "rect": [10, 63, 306, 374], | 46 "rect": [10, 63, 306, 374], |
52 "reason": "forced by layout" | 47 "reason": "forced by layout" |
53 }, | 48 }, |
54 { | 49 { |
55 "object": "LayoutSVGTSpan tspan id='modify'", | 50 "object": "LayoutSVGTSpan tspan id='modify'", |
56 "rect": [10, 63, 306, 374], | 51 "rect": [10, 63, 306, 374], |
57 "reason": "forced by layout" | 52 "reason": "forced by layout" |
58 }, | 53 }, |
59 { | 54 { |
60 "object": "LayoutSVGText text", | 55 "object": "LayoutSVGText text", |
61 "rect": [10, 63, 306, 374], | 56 "rect": [10, 63, 306, 374], |
62 "reason": "full" | 57 "reason": "full" |
63 } | 58 } |
64 ] | 59 ] |
65 } | 60 } |
66 ], | 61 ], |
67 "objectPaintInvalidations": [ | 62 "objectPaintInvalidations": [ |
68 { | 63 { |
69 "object": "LayoutSVGInlineText #text", | 64 "object": "LayoutSVGInlineText #text", |
70 "reason": "layoutObject removal" | 65 "reason": "layoutObject removal" |
71 }, | 66 }, |
72 { | 67 { |
73 "object": "LayoutSVGRoot (positioned) svg", | |
74 "reason": "bounds change" | |
75 }, | |
76 { | |
77 "object": "LayoutSVGText text", | 68 "object": "LayoutSVGText text", |
78 "reason": "full" | 69 "reason": "full" |
79 }, | 70 }, |
80 { | 71 { |
81 "object": "RootInlineBox", | 72 "object": "RootInlineBox", |
82 "reason": "full" | 73 "reason": "full" |
83 }, | 74 }, |
84 { | 75 { |
85 "object": "LayoutSVGTSpan tspan id='modify'", | 76 "object": "LayoutSVGTSpan tspan id='modify'", |
86 "reason": "forced by layout" | 77 "reason": "forced by layout" |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 "object": "InlineTextBox 'PASS'", | 120 "object": "InlineTextBox 'PASS'", |
130 "reason": "forced by layout" | 121 "reason": "forced by layout" |
131 }, | 122 }, |
132 { | 123 { |
133 "object": "LayoutSVGInlineText #text", | 124 "object": "LayoutSVGInlineText #text", |
134 "reason": "bounds change" | 125 "reason": "bounds change" |
135 } | 126 } |
136 ] | 127 ] |
137 } | 128 } |
138 | 129 |
OLD | NEW |