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": [200, 186, 256, 17], | 11 "rect": [200, 186, 256, 17], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutSVGRoot svg", | |
16 "rect": [200, 186, 256, 17], | |
17 "reason": "bounds change" | |
18 }, | |
19 { | |
20 "object": "LayoutSVGTSpan tspan id='ts'", | 15 "object": "LayoutSVGTSpan tspan id='ts'", |
21 "rect": [200, 186, 256, 17], | 16 "rect": [200, 186, 256, 17], |
22 "reason": "full" | 17 "reason": "full" |
23 }, | 18 }, |
24 { | 19 { |
25 "object": "LayoutSVGText text", | 20 "object": "LayoutSVGText text", |
26 "rect": [200, 186, 256, 17], | 21 "rect": [200, 186, 256, 17], |
27 "reason": "forced by layout" | 22 "reason": "forced by layout" |
28 }, | 23 }, |
29 { | 24 { |
30 "object": "LayoutSVGInlineText #text", | 25 "object": "LayoutSVGInlineText #text", |
31 "rect": [20, 6, 256, 17], | 26 "rect": [20, 6, 256, 17], |
32 "reason": "forced by layout" | 27 "reason": "forced by layout" |
33 }, | 28 }, |
34 { | 29 { |
35 "object": "LayoutSVGRoot svg", | |
36 "rect": [20, 6, 256, 17], | |
37 "reason": "bounds change" | |
38 }, | |
39 { | |
40 "object": "LayoutSVGTSpan tspan id='ts'", | 30 "object": "LayoutSVGTSpan tspan id='ts'", |
41 "rect": [20, 6, 256, 17], | 31 "rect": [20, 6, 256, 17], |
42 "reason": "full" | 32 "reason": "full" |
43 }, | 33 }, |
44 { | 34 { |
45 "object": "LayoutSVGText text", | 35 "object": "LayoutSVGText text", |
46 "rect": [20, 6, 256, 17], | 36 "rect": [20, 6, 256, 17], |
47 "reason": "forced by layout" | 37 "reason": "forced by layout" |
48 } | 38 } |
49 ] | 39 ] |
50 } | 40 } |
51 ], | 41 ], |
52 "objectPaintInvalidations": [ | 42 "objectPaintInvalidations": [ |
53 { | 43 { |
54 "object": "LayoutSVGRoot svg", | |
55 "reason": "bounds change" | |
56 }, | |
57 { | |
58 "object": "LayoutSVGText text", | 44 "object": "LayoutSVGText text", |
59 "reason": "forced by layout" | 45 "reason": "forced by layout" |
60 }, | 46 }, |
61 { | 47 { |
62 "object": "RootInlineBox", | 48 "object": "RootInlineBox", |
63 "reason": "forced by layout" | 49 "reason": "forced by layout" |
64 }, | 50 }, |
65 { | 51 { |
66 "object": "LayoutSVGTSpan tspan id='ts'", | 52 "object": "LayoutSVGTSpan tspan id='ts'", |
67 "reason": "full" | 53 "reason": "full" |
68 }, | 54 }, |
69 { | 55 { |
70 "object": "InlineFlowBox", | 56 "object": "InlineFlowBox", |
71 "reason": "full" | 57 "reason": "full" |
72 }, | 58 }, |
73 { | 59 { |
74 "object": "LayoutSVGInlineText #text", | 60 "object": "LayoutSVGInlineText #text", |
75 "reason": "forced by layout" | 61 "reason": "forced by layout" |
76 }, | 62 }, |
77 { | 63 { |
78 "object": "InlineTextBox 'This text should be at visible at 200,200'", | 64 "object": "InlineTextBox 'This text should be at visible at 200,200'", |
79 "reason": "forced by layout" | 65 "reason": "forced by layout" |
80 } | 66 } |
81 ] | 67 ] |
82 } | 68 } |
83 | 69 |
OLD | NEW |