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