| 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 20 matching lines...) Expand all Loading... |
| 31 { | 31 { |
| 32 "object": "LayoutSVGInlineText #text", | 32 "object": "LayoutSVGInlineText #text", |
| 33 "rect": [103, 8, 5, 24], | 33 "rect": [103, 8, 5, 24], |
| 34 "reason": "incremental" | 34 "reason": "incremental" |
| 35 } | 35 } |
| 36 ] | 36 ] |
| 37 } | 37 } |
| 38 ], | 38 ], |
| 39 "objectPaintInvalidations": [ | 39 "objectPaintInvalidations": [ |
| 40 { | 40 { |
| 41 "object": "RootInlineBox", |
| 42 "reason": "full" |
| 43 }, |
| 44 { |
| 45 "object": "InlineTextBox 'A'", |
| 46 "reason": "full" |
| 47 }, |
| 48 { |
| 49 "object": "InlineTextBox ' B C'", |
| 50 "reason": "full" |
| 51 }, |
| 52 { |
| 53 "object": "RootInlineBox", |
| 54 "reason": "full" |
| 55 }, |
| 56 { |
| 57 "object": "InlineTextBox 'X'", |
| 58 "reason": "full" |
| 59 }, |
| 60 { |
| 61 "object": "InlineTextBox ' Y Z'", |
| 62 "reason": "full" |
| 63 }, |
| 64 { |
| 41 "object": "LayoutSVGRoot svg", | 65 "object": "LayoutSVGRoot svg", |
| 42 "reason": "incremental" | 66 "reason": "incremental" |
| 43 }, | 67 }, |
| 44 { | 68 { |
| 45 "object": "LayoutSVGText text id='target'", | 69 "object": "LayoutSVGText text id='target'", |
| 46 "reason": "full" | 70 "reason": "full" |
| 47 }, | 71 }, |
| 48 { | 72 { |
| 49 "object": "RootInlineBox", | 73 "object": "RootInlineBox", |
| 50 "reason": "full" | 74 "reason": "full" |
| (...skipping 22 matching lines...) Expand all Loading... |
| 73 "object": "LayoutSVGInlineText #text", | 97 "object": "LayoutSVGInlineText #text", |
| 74 "reason": "incremental" | 98 "reason": "incremental" |
| 75 }, | 99 }, |
| 76 { | 100 { |
| 77 "object": "InlineTextBox 'X Y Z'", | 101 "object": "InlineTextBox 'X Y Z'", |
| 78 "reason": "incremental" | 102 "reason": "incremental" |
| 79 } | 103 } |
| 80 ] | 104 ] |
| 81 } | 105 } |
| 82 | 106 |
| OLD | NEW |