| 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 30 matching lines...) Expand all Loading... |
| 41 { | 41 { |
| 42 "object": "LayoutText #text", | 42 "object": "LayoutText #text", |
| 43 "rect": [8, 200, 100, 100], | 43 "rect": [8, 200, 100, 100], |
| 44 "reason": "bounds change" | 44 "reason": "bounds change" |
| 45 } | 45 } |
| 46 ] | 46 ] |
| 47 } | 47 } |
| 48 ], | 48 ], |
| 49 "objectPaintInvalidations": [ | 49 "objectPaintInvalidations": [ |
| 50 { | 50 { |
| 51 "object": "InlineBox", |
| 52 "reason": "full" |
| 53 }, |
| 54 { |
| 55 "object": "InlineFlowBox", |
| 56 "reason": "full" |
| 57 }, |
| 58 { |
| 59 "object": "InlineFlowBox", |
| 60 "reason": "full" |
| 61 }, |
| 62 { |
| 63 "object": "RootInlineBox", |
| 64 "reason": "full" |
| 65 }, |
| 66 { |
| 51 "object": "LayoutBlockFlow (anonymous)", | 67 "object": "LayoutBlockFlow (anonymous)", |
| 52 "reason": "invalidate paint rectangle" | 68 "reason": "invalidate paint rectangle" |
| 53 }, | 69 }, |
| 54 { | 70 { |
| 55 "object": "LayoutInline (relative positioned) SPAN id='target'", | 71 "object": "LayoutInline (relative positioned) SPAN id='target'", |
| 56 "reason": "bounds change" | 72 "reason": "bounds change" |
| 57 }, | 73 }, |
| 58 { | 74 { |
| 59 "object": "InlineFlowBox", | 75 "object": "InlineFlowBox", |
| 60 "reason": "bounds change" | 76 "reason": "bounds change" |
| (...skipping 18 matching lines...) Expand all Loading... |
| 79 "object": "InlineTextBox 'x'", | 95 "object": "InlineTextBox 'x'", |
| 80 "reason": "bounds change" | 96 "reason": "bounds change" |
| 81 }, | 97 }, |
| 82 { | 98 { |
| 83 "object": "LayoutText #text", | 99 "object": "LayoutText #text", |
| 84 "reason": "bounds change" | 100 "reason": "bounds change" |
| 85 } | 101 } |
| 86 ] | 102 ] |
| 87 } | 103 } |
| 88 | 104 |
| OLD | NEW |