| 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": "LayoutBlockFlow P", | 12 "object": "LayoutBlockFlow P", |
| 11 "rect": [8, 136, 784, 67], | 13 "rect": [8, 136, 784, 67], |
| 12 "reason": "invalidate paint rectangle" | 14 "reason": "invalidate paint rectangle" |
| 13 }, | 15 }, |
| 14 { | 16 { |
| (...skipping 18 matching lines...) Expand all Loading... |
| 33 }, | 35 }, |
| 34 { | 36 { |
| 35 "object": "LayoutText #text", | 37 "object": "LayoutText #text", |
| 36 "rect": [8, 150, 4, 19], | 38 "rect": [8, 150, 4, 19], |
| 37 "reason": "style change" | 39 "reason": "style change" |
| 38 }, | 40 }, |
| 39 { | 41 { |
| 40 "object": "LayoutText #text", | 42 "object": "LayoutText #text", |
| 41 "rect": [8, 136, 4, 19], | 43 "rect": [8, 136, 4, 19], |
| 42 "reason": "style change" | 44 "reason": "style change" |
| 43 }, | |
| 44 { | |
| 45 "object": "InlineFlowBox", | |
| 46 "reason": "style change" | |
| 47 }, | |
| 48 { | |
| 49 "object": "InlineTextBox '\n'", | |
| 50 "reason": "full" | |
| 51 }, | |
| 52 { | |
| 53 "object": "InlineTextBox '\n'", | |
| 54 "reason": "bounds change" | |
| 55 }, | |
| 56 { | |
| 57 "object": "InlineTextBox '\n'", | |
| 58 "reason": "bounds change" | |
| 59 }, | |
| 60 { | |
| 61 "object": "InlineTextBox ''", | |
| 62 "reason": "full" | |
| 63 }, | |
| 64 { | |
| 65 "object": "InlineTextBox 'Hello'", | |
| 66 "reason": "bounds change" | |
| 67 }, | |
| 68 { | |
| 69 "object": "InlineTextBox '\u00A0'", | |
| 70 "reason": "style change" | |
| 71 }, | |
| 72 { | |
| 73 "object": "LayoutBR BR", | |
| 74 "reason": "bounds change" | |
| 75 }, | |
| 76 { | |
| 77 "object": "LayoutBR BR", | |
| 78 "reason": "bounds change" | |
| 79 }, | |
| 80 { | |
| 81 "object": "RootInlineBox", | |
| 82 "reason": "full" | |
| 83 }, | |
| 84 { | |
| 85 "object": "RootInlineBox", | |
| 86 "reason": "full" | |
| 87 } | 45 } |
| 88 ] | 46 ] |
| 89 } | 47 } |
| 48 ], |
| 49 "objectPaintInvalidations": [ |
| 50 { |
| 51 "object": "LayoutBlockFlow P", |
| 52 "reason": "incremental" |
| 53 }, |
| 54 { |
| 55 "object": "LayoutBlockFlow P", |
| 56 "reason": "invalidate paint rectangle" |
| 57 }, |
| 58 { |
| 59 "object": "RootInlineBox", |
| 60 "reason": "incremental" |
| 61 }, |
| 62 { |
| 63 "object": "LayoutInline SPAN id='d'", |
| 64 "reason": "style change" |
| 65 }, |
| 66 { |
| 67 "object": "InlineFlowBox", |
| 68 "reason": "style change" |
| 69 }, |
| 70 { |
| 71 "object": "LayoutText #text", |
| 72 "reason": "style change" |
| 73 }, |
| 74 { |
| 75 "object": "InlineTextBox '\u00A0'", |
| 76 "reason": "style change" |
| 77 }, |
| 78 { |
| 79 "object": "LayoutBR BR", |
| 80 "reason": "bounds change" |
| 81 }, |
| 82 { |
| 83 "object": "InlineTextBox '\n'", |
| 84 "reason": "bounds change" |
| 85 }, |
| 86 { |
| 87 "object": "LayoutText #text", |
| 88 "reason": "bounds change" |
| 89 }, |
| 90 { |
| 91 "object": "InlineTextBox 'Hello'", |
| 92 "reason": "bounds change" |
| 93 }, |
| 94 { |
| 95 "object": "LayoutBR BR", |
| 96 "reason": "bounds change" |
| 97 }, |
| 98 { |
| 99 "object": "InlineTextBox '\n'", |
| 100 "reason": "bounds change" |
| 101 } |
| 90 ] | 102 ] |
| 91 } | 103 } |
| 92 | 104 |
| OLD | NEW |