| 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 "repaintRects": [ | 8 "paintInvalidations": [ |
| 9 [18, 18, 284, 18], | 9 { |
| 10 [18, 18, 284, 18], | 10 "object": "InlineTextBox 'abc'", |
| 11 [18, 18, 23, 18], | 11 "rect": [0, 0, 0, 0], |
| 12 [8, 184, 784, 18], | 12 "reason": "full" |
| 13 [8, 184, 23, 18] | 13 }, |
| 14 ], | 14 { |
| 15 "paintInvalidationClients": [ | 15 "object": "InlineTextBox 'abc'", |
| 16 "InlineTextBox 'abc'", | 16 "rect": [0, 0, 0, 0], |
| 17 "LayoutText #text", | 17 "reason": "location change" |
| 18 "RootInlineBox", | 18 }, |
| 19 "LayoutBlockFlow DIV id='inner-target'", | 19 { |
| 20 "LayoutBlockFlow BODY", | 20 "object": "LayoutBlockFlow BODY", |
| 21 "LayoutBlockFlow DIV id='inner-target'", | 21 "rect": [18, 18, 284, 18], |
| 22 "RootInlineBox", | 22 "reason": "bounds change" |
| 23 "LayoutText #text", | 23 }, |
| 24 "InlineTextBox 'abc'" | 24 { |
| 25 "object": "LayoutBlockFlow DIV id='inner-target'", |
| 26 "rect": [18, 18, 284, 18], |
| 27 "reason": "layoutObject removal" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutBlockFlow DIV id='inner-target'", |
| 31 "rect": [8, 184, 784, 18], |
| 32 "reason": "location change" |
| 33 }, |
| 34 { |
| 35 "object": "LayoutText #text", |
| 36 "rect": [18, 18, 23, 18], |
| 37 "reason": "layoutObject removal" |
| 38 }, |
| 39 { |
| 40 "object": "LayoutText #text", |
| 41 "rect": [8, 184, 23, 18], |
| 42 "reason": "location change" |
| 43 }, |
| 44 { |
| 45 "object": "RootInlineBox", |
| 46 "rect": [0, 0, 0, 0], |
| 47 "reason": "full" |
| 48 }, |
| 49 { |
| 50 "object": "RootInlineBox", |
| 51 "rect": [0, 0, 0, 0], |
| 52 "reason": "full" |
| 53 } |
| 25 ] | 54 ] |
| 26 } | 55 } |
| 27 ] | 56 ] |
| 28 } | 57 } |
| 29 | 58 |
| OLD | NEW |