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 10 matching lines...) Expand all Loading... |
21 { | 21 { |
22 "object": "LayoutSVGRect rect", | 22 "object": "LayoutSVGRect rect", |
23 "rect": [8, 12, 17, 26], | 23 "rect": [8, 12, 17, 26], |
24 "reason": "layoutObject insertion" | 24 "reason": "layoutObject insertion" |
25 } | 25 } |
26 ] | 26 ] |
27 } | 27 } |
28 ], | 28 ], |
29 "objectPaintInvalidations": [ | 29 "objectPaintInvalidations": [ |
30 { | 30 { |
| 31 "object": "RootInlineBox", |
| 32 "reason": "full" |
| 33 }, |
| 34 { |
| 35 "object": "InlineTextBox 'Pattern on fill'", |
| 36 "reason": "full" |
| 37 }, |
| 38 { |
31 "object": "LayoutSVGText text", | 39 "object": "LayoutSVGText text", |
32 "reason": "style change" | 40 "reason": "style change" |
33 }, | 41 }, |
34 { | 42 { |
35 "object": "RootInlineBox", | 43 "object": "RootInlineBox", |
36 "reason": "style change" | 44 "reason": "style change" |
37 }, | 45 }, |
38 { | 46 { |
39 "object": "LayoutSVGResourcePattern pattern id='dynPattern'", | 47 "object": "LayoutSVGResourcePattern pattern id='dynPattern'", |
40 "reason": "layoutObject insertion" | 48 "reason": "layoutObject insertion" |
41 }, | 49 }, |
42 { | 50 { |
43 "object": "LayoutSVGRect rect", | 51 "object": "LayoutSVGRect rect", |
44 "reason": "layoutObject insertion" | 52 "reason": "layoutObject insertion" |
45 }, | 53 }, |
46 { | 54 { |
47 "object": "LayoutSVGRect rect", | 55 "object": "LayoutSVGRect rect", |
48 "reason": "layoutObject insertion" | 56 "reason": "layoutObject insertion" |
49 } | 57 } |
50 ] | 58 ] |
51 } | 59 } |
52 | 60 |
OLD | NEW |