| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutBlockFlow DIV", | 10 "object": "LayoutBlockFlow DIV", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 }, | 43 }, |
| 44 { | 44 { |
| 45 "object": "LayoutText #text", | 45 "object": "LayoutText #text", |
| 46 "rect": [8, 147, 27, 20], | 46 "rect": [8, 147, 27, 20], |
| 47 "reason": "layoutObject removal" | 47 "reason": "layoutObject removal" |
| 48 }, | 48 }, |
| 49 { | 49 { |
| 50 "object": "LayoutText #text", | 50 "object": "LayoutText #text", |
| 51 "rect": [8, 127, 26, 20], | 51 "rect": [8, 127, 26, 20], |
| 52 "reason": "layoutObject removal" | 52 "reason": "layoutObject removal" |
| 53 }, | |
| 54 { | |
| 55 "object": "LayoutText #text", | |
| 56 "rect": [7, 126, 3, 22], | |
| 57 "reason": "invalidate paint rectangle" | |
| 58 }, | |
| 59 { | |
| 60 "object": "LayoutText #text", | |
| 61 "rect": [7, 126, 3, 22], | |
| 62 "reason": "invalidate paint rectangle" | |
| 63 }, | |
| 64 { | |
| 65 "object": "LayoutText #text", | |
| 66 "rect": [7, 126, 3, 22], | |
| 67 "reason": "invalidate paint rectangle" | |
| 68 } | 53 } |
| 69 ] | 54 ] |
| 70 } | 55 } |
| 71 ], | 56 ], |
| 72 "objectPaintInvalidations": [ | 57 "objectPaintInvalidations": [ |
| 73 { | 58 { |
| 74 "object": "LayoutText #text", | 59 "object": "LayoutText #text", |
| 75 "reason": "layoutObject removal" | 60 "reason": "layoutObject removal" |
| 76 }, | 61 }, |
| 77 { | 62 { |
| (...skipping 26 matching lines...) Expand all Loading... |
| 104 }, | 89 }, |
| 105 { | 90 { |
| 106 "object": "LayoutText #text", | 91 "object": "LayoutText #text", |
| 107 "reason": "layoutObject removal" | 92 "reason": "layoutObject removal" |
| 108 }, | 93 }, |
| 109 { | 94 { |
| 110 "object": "LayoutInline SPAN", | 95 "object": "LayoutInline SPAN", |
| 111 "reason": "layoutObject removal" | 96 "reason": "layoutObject removal" |
| 112 }, | 97 }, |
| 113 { | 98 { |
| 114 "object": "Caret", | |
| 115 "reason": "invalidate paint rectangle" | |
| 116 }, | |
| 117 { | |
| 118 "object": "LayoutBlockFlow DIV", | 99 "object": "LayoutBlockFlow DIV", |
| 119 "reason": "outline" | 100 "reason": "outline" |
| 120 }, | 101 }, |
| 121 { | 102 { |
| 122 "object": "LayoutBlockFlow DIV id='one'", | 103 "object": "LayoutBlockFlow DIV id='one'", |
| 123 "reason": "full" | 104 "reason": "full" |
| 124 }, | 105 }, |
| 125 { | 106 { |
| 126 "object": "RootInlineBox", | 107 "object": "RootInlineBox", |
| 127 "reason": "full" | 108 "reason": "full" |
| 128 }, | 109 }, |
| 129 { | 110 { |
| 130 "object": "Caret", | 111 "object": "Caret", |
| 131 "reason": "invalidate paint rectangle" | 112 "reason": "caret" |
| 132 }, | 113 }, |
| 133 { | 114 { |
| 134 "object": "Caret", | 115 "object": "Caret", |
| 135 "reason": "invalidate paint rectangle" | 116 "reason": "caret" |
| 136 }, | 117 }, |
| 137 { | 118 { |
| 138 "object": "LayoutText #text", | 119 "object": "LayoutText #text", |
| 139 "reason": "layoutObject insertion" | 120 "reason": "layoutObject insertion" |
| 140 }, | 121 }, |
| 141 { | 122 { |
| 142 "object": "InlineTextBox 'three'", | 123 "object": "InlineTextBox 'three'", |
| 143 "reason": "layoutObject insertion" | 124 "reason": "layoutObject insertion" |
| 144 } | 125 } |
| 145 ] | 126 ] |
| 146 } | 127 } |
| 147 | 128 |
| OLD | NEW |