| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 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 id='stacked'", | |
| 11 "rect": [19, 153, 200, 47], | |
| 12 "reason": "bounds change" | |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutText #text", | 10 "object": "LayoutText #text", |
| 16 "rect": [19, 153, 131, 47], | 11 "rect": [19, 153, 131, 47], |
| 17 "reason": "layoutObject removal" | 12 "reason": "layoutObject removal" |
| 18 }, | 13 }, |
| 19 { | 14 { |
| 20 "object": "InlineTextBox '\u1EA6\u1EA4\u1EAA\u1EA8\u1EB0'", | 15 "object": "InlineTextBox '\u1EA6\u1EA4\u1EAA\u1EA8\u1EB0'", |
| 21 "reason": "full" | 16 "reason": "full" |
| 22 }, | 17 }, |
| 23 { | 18 { |
| 24 "object": "RootInlineBox", | 19 "object": "RootInlineBox", |
| 25 "reason": "full" | 20 "reason": "full" |
| 26 } | 21 } |
| 27 ] | 22 ] |
| 28 } | 23 } |
| 29 ] | 24 ] |
| 30 } | 25 } |
| 31 | 26 |
| OLD | NEW |