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", |
11 "rect": [10, 62, 306, 258], | 11 "rect": [10, 62, 306, 258], |
12 "reason": "forced by layout" | |
13 }, | |
14 { | |
15 "object": "LayoutSVGInlineText #text", | |
16 "rect": [10, 62, 306, 258], | |
17 "reason": "forced by layout" | |
18 }, | |
19 { | |
20 "object": "LayoutSVGInlineText #text", | |
21 "rect": [10, 62, 306, 258], | |
22 "reason": "forced by layout" | |
23 }, | |
24 { | |
25 "object": "LayoutSVGInlineText #text", | |
26 "rect": [10, 62, 306, 258], | |
27 "reason": "forced by layout" | |
28 }, | |
29 { | |
30 "object": "LayoutSVGInlineText #text", | |
31 "rect": [10, 62, 306, 258], | |
32 "reason": "layoutObject removal" | 12 "reason": "layoutObject removal" |
33 }, | 13 }, |
34 { | 14 { |
35 "object": "LayoutSVGTSpan tspan", | |
36 "rect": [10, 62, 306, 258], | |
37 "reason": "forced by layout" | |
38 }, | |
39 { | |
40 "object": "LayoutSVGTSpan tspan", | |
41 "rect": [10, 62, 306, 258], | |
42 "reason": "forced by layout" | |
43 }, | |
44 { | |
45 "object": "LayoutSVGTSpan tspan id='remove'", | 15 "object": "LayoutSVGTSpan tspan id='remove'", |
46 "rect": [10, 62, 306, 258], | 16 "rect": [10, 62, 306, 258], |
47 "reason": "layoutObject removal" | 17 "reason": "layoutObject removal" |
48 }, | 18 }, |
49 { | 19 { |
50 "object": "LayoutSVGText text id='text'", | 20 "object": "LayoutSVGText text id='text'", |
51 "rect": [10, 62, 306, 258], | 21 "rect": [10, 62, 306, 258], |
52 "reason": "full" | 22 "reason": "full" |
53 } | 23 } |
54 ] | 24 ] |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 "object": "LayoutSVGInlineText #text", | 81 "object": "LayoutSVGInlineText #text", |
112 "reason": "forced by layout" | 82 "reason": "forced by layout" |
113 }, | 83 }, |
114 { | 84 { |
115 "object": "InlineTextBox 'PASS'", | 85 "object": "InlineTextBox 'PASS'", |
116 "reason": "forced by layout" | 86 "reason": "forced by layout" |
117 } | 87 } |
118 ] | 88 ] |
119 } | 89 } |
120 | 90 |
OLD | NEW |