| 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": "InlineTextBox ''", | 10 "object": "InlineTextBox ''", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 "object": "LayoutBlockFlow DIV id='dv'", | 25 "object": "LayoutBlockFlow DIV id='dv'", |
| 26 "rect": [8, 74, 80, 19], | 26 "rect": [8, 74, 80, 19], |
| 27 "reason": "invalidate paint rectangle" | 27 "reason": "invalidate paint rectangle" |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 "object": "LayoutText #text", | 30 "object": "LayoutText #text", |
| 31 "rect": [8, 74, 80, 19], | 31 "rect": [8, 74, 80, 19], |
| 32 "reason": "full" | 32 "reason": "full" |
| 33 }, | 33 }, |
| 34 { | 34 { |
| 35 "object": "LayoutText #text", | |
| 36 "rect": [8, 74, 69, 19], | |
| 37 "reason": "full" | |
| 38 }, | |
| 39 { | |
| 40 "object": "RootInlineBox", | 35 "object": "RootInlineBox", |
| 41 "rect": [0, 0, 0, 0], | 36 "rect": [0, 0, 0, 0], |
| 42 "reason": "full" | 37 "reason": "full" |
| 43 } | 38 } |
| 44 ] | 39 ] |
| 45 } | 40 } |
| 46 ] | 41 ] |
| 47 } | 42 } |
| 48 | 43 |
| OLD | NEW |