OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
9 "drawsContent": true, | 9 "drawsContent": true, |
10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 { | 46 { |
47 "object": "LayoutSVGRoot svg", | 47 "object": "LayoutSVGRoot svg", |
48 "rect": [10, 32, 43, 18], | 48 "rect": [10, 32, 43, 18], |
49 "reason": "bounds change" | 49 "reason": "bounds change" |
50 } | 50 } |
51 ] | 51 ] |
52 } | 52 } |
53 ], | 53 ], |
54 "objectPaintInvalidations": [ | 54 "objectPaintInvalidations": [ |
55 { | 55 { |
| 56 "object": "InlineTextBox ''", |
| 57 "reason": "full" |
| 58 }, |
| 59 { |
56 "object": "LayoutSVGInlineText #text", | 60 "object": "LayoutSVGInlineText #text", |
57 "reason": "layoutObject removal" | 61 "reason": "layoutObject removal" |
58 }, | 62 }, |
59 { | 63 { |
| 64 "object": "RootInlineBox", |
| 65 "reason": "full" |
| 66 }, |
| 67 { |
60 "object": "LayoutSVGRoot svg", | 68 "object": "LayoutSVGRoot svg", |
61 "reason": "bounds change" | 69 "reason": "bounds change" |
62 }, | 70 }, |
63 { | 71 { |
64 "object": "LayoutSVGText text id='text1'", | 72 "object": "LayoutSVGText text id='text1'", |
65 "reason": "style change" | 73 "reason": "style change" |
66 }, | 74 }, |
67 { | 75 { |
68 "object": "RootInlineBox", | 76 "object": "RootInlineBox", |
69 "reason": "style change" | 77 "reason": "style change" |
(...skipping 14 matching lines...) Expand all Loading... |
84 "object": "LayoutSVGRect rect", | 92 "object": "LayoutSVGRect rect", |
85 "reason": "style change" | 93 "reason": "style change" |
86 }, | 94 }, |
87 { | 95 { |
88 "object": "LayoutSVGRect rect", | 96 "object": "LayoutSVGRect rect", |
89 "reason": "full" | 97 "reason": "full" |
90 } | 98 } |
91 ] | 99 ] |
92 } | 100 } |
93 | 101 |
OLD | NEW |