| 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 ''", | |
| 11 "rect": [0, 0, 0, 0], | |
| 12 "reason": "full" | |
| 13 }, | |
| 14 { | |
| 15 "object": "InlineTextBox ''", | |
| 16 "rect": [0, 0, 0, 0], | |
| 17 "reason": "full" | |
| 18 }, | |
| 19 { | |
| 20 "object": "InlineTextBox ''", | |
| 21 "rect": [0, 0, 0, 0], | |
| 22 "reason": "full" | |
| 23 }, | |
| 24 { | |
| 25 "object": "InlineTextBox 'Lorem ipsu'", | |
| 26 "rect": [0, 0, 0, 0], | |
| 27 "reason": "full" | |
| 28 }, | |
| 29 { | |
| 30 "object": "LayoutBlockFlow DIV id='dv'", | 10 "object": "LayoutBlockFlow DIV id='dv'", |
| 31 "rect": [8, 70, 80, 36], | 11 "rect": [8, 70, 80, 36], |
| 32 "reason": "invalidate paint rectangle" | 12 "reason": "invalidate paint rectangle" |
| 33 }, | 13 }, |
| 34 { | 14 { |
| 35 "object": "LayoutText #text", | 15 "object": "LayoutText #text", |
| 16 "rect": [8, 70, 74, 18], |
| 17 "reason": "full" |
| 18 }, |
| 19 { |
| 20 "object": "LayoutText #text", |
| 36 "rect": [8, 70, 47, 36], | 21 "rect": [8, 70, 47, 36], |
| 37 "reason": "full" | 22 "reason": "full" |
| 38 }, | 23 }, |
| 39 { | 24 { |
| 40 "object": "LayoutText #text", | 25 "object": "InlineTextBox ''", |
| 41 "rect": [8, 70, 74, 18], | 26 "reason": "full" |
| 27 }, |
| 28 { |
| 29 "object": "InlineTextBox ''", |
| 30 "reason": "full" |
| 31 }, |
| 32 { |
| 33 "object": "InlineTextBox ''", |
| 34 "reason": "full" |
| 35 }, |
| 36 { |
| 37 "object": "InlineTextBox 'Lorem ipsu'", |
| 42 "reason": "full" | 38 "reason": "full" |
| 43 }, | 39 }, |
| 44 { | 40 { |
| 45 "object": "RootInlineBox", | 41 "object": "RootInlineBox", |
| 46 "rect": [0, 0, 0, 0], | |
| 47 "reason": "full" | 42 "reason": "full" |
| 48 }, | 43 }, |
| 49 { | 44 { |
| 50 "object": "RootInlineBox", | 45 "object": "RootInlineBox", |
| 51 "rect": [0, 0, 0, 0], | |
| 52 "reason": "full" | 46 "reason": "full" |
| 53 } | 47 } |
| 54 ] | 48 ] |
| 55 } | 49 } |
| 56 ] | 50 ] |
| 57 } | 51 } |
| 58 | 52 |
| OLD | NEW |