| 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": [200, 186, 256, 17], | 13 "rect": [200, 186, 256, 17], |
| 12 "reason": "bounds change" | 14 "reason": "bounds change" |
| 13 }, | 15 }, |
| 14 { | 16 { |
| (...skipping 23 matching lines...) Expand all Loading... |
| 38 }, | 40 }, |
| 39 { | 41 { |
| 40 "object": "LayoutSVGTSpan tspan id='ts'", | 42 "object": "LayoutSVGTSpan tspan id='ts'", |
| 41 "rect": [20, 6, 256, 17], | 43 "rect": [20, 6, 256, 17], |
| 42 "reason": "full" | 44 "reason": "full" |
| 43 }, | 45 }, |
| 44 { | 46 { |
| 45 "object": "LayoutSVGText text", | 47 "object": "LayoutSVGText text", |
| 46 "rect": [20, 6, 256, 17], | 48 "rect": [20, 6, 256, 17], |
| 47 "reason": "forced by layout" | 49 "reason": "forced by layout" |
| 48 }, | |
| 49 { | |
| 50 "object": "InlineFlowBox", | |
| 51 "reason": "full" | |
| 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" | |
| 64 }, | |
| 65 { | |
| 66 "object": "RootInlineBox", | |
| 67 "reason": "full" | |
| 68 }, | |
| 69 { | |
| 70 "object": "RootInlineBox", | |
| 71 "reason": "full" | |
| 72 } | 50 } |
| 73 ] | 51 ] |
| 74 } | 52 } |
| 53 ], |
| 54 "objectPaintInvalidations": [ |
| 55 { |
| 56 "object": "LayoutSVGRoot svg", |
| 57 "reason": "bounds change" |
| 58 }, |
| 59 { |
| 60 "object": "LayoutSVGText text", |
| 61 "reason": "forced by layout" |
| 62 }, |
| 63 { |
| 64 "object": "RootInlineBox", |
| 65 "reason": "forced by layout" |
| 66 }, |
| 67 { |
| 68 "object": "LayoutSVGTSpan tspan id='ts'", |
| 69 "reason": "full" |
| 70 }, |
| 71 { |
| 72 "object": "InlineFlowBox", |
| 73 "reason": "full" |
| 74 }, |
| 75 { |
| 76 "object": "LayoutSVGInlineText #text", |
| 77 "reason": "bounds change" |
| 78 }, |
| 79 { |
| 80 "object": "InlineTextBox 'This text should be at visible at 200,200'", |
| 81 "reason": "bounds change" |
| 82 } |
| 75 ] | 83 ] |
| 76 } | 84 } |
| 77 | 85 |
| OLD | NEW |