OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutSVGInlineText #text", | 12 "object": "LayoutSVGInlineText #text", |
11 "rect": [10, 62, 306, 378], | 13 "rect": [10, 62, 306, 378], |
12 "reason": "layoutObject insertion" | 14 "reason": "layoutObject insertion" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutSVGText text", | 17 "object": "LayoutSVGText text", |
16 "rect": [10, 62, 306, 378], | 18 "rect": [10, 62, 306, 378], |
17 "reason": "style change" | 19 "reason": "style change" |
18 }, | |
19 { | |
20 "object": "InlineFlowBox", | |
21 "reason": "full" | |
22 }, | |
23 { | |
24 "object": "InlineFlowBox", | |
25 "reason": "full" | |
26 }, | |
27 { | |
28 "object": "InlineFlowBox", | |
29 "reason": "full" | |
30 }, | |
31 { | |
32 "object": "InlineTextBox ''", | |
33 "reason": "full" | |
34 }, | |
35 { | |
36 "object": "InlineTextBox ''", | |
37 "reason": "full" | |
38 }, | |
39 { | |
40 "object": "InlineTextBox 'PA'", | |
41 "reason": "full" | |
42 }, | |
43 { | |
44 "object": "InlineTextBox 'PASS'", | |
45 "reason": "full" | |
46 }, | |
47 { | |
48 "object": "InlineTextBox 'PASS'", | |
49 "reason": "full" | |
50 }, | |
51 { | |
52 "object": "InlineTextBox 'SS'", | |
53 "reason": "layoutObject insertion" | |
54 }, | |
55 { | |
56 "object": "RootInlineBox", | |
57 "reason": "full" | |
58 }, | |
59 { | |
60 "object": "RootInlineBox", | |
61 "reason": "full" | |
62 } | 20 } |
63 ] | 21 ] |
64 } | 22 } |
| 23 ], |
| 24 "objectPaintInvalidations": [ |
| 25 { |
| 26 "object": "LayoutSVGText text", |
| 27 "reason": "style change" |
| 28 }, |
| 29 { |
| 30 "object": "RootInlineBox", |
| 31 "reason": "style change" |
| 32 }, |
| 33 { |
| 34 "object": "LayoutSVGInlineText #text", |
| 35 "reason": "layoutObject insertion" |
| 36 }, |
| 37 { |
| 38 "object": "InlineTextBox 'SS'", |
| 39 "reason": "layoutObject insertion" |
| 40 } |
65 ] | 41 ] |
66 } | 42 } |
67 | 43 |
OLD | NEW |