| 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 [108, 8, 684, 100], | 9 { |
| 10 [8, 8, 200, 100], | 10 "object": "InlineFlowBox", |
| 11 [8, 8, 200, 100] | 11 "rect": [0, 0, 0, 0], |
| 12 ], | 12 "reason": "full" |
| 13 "paintInvalidationClients": [ | 13 }, |
| 14 "InlineTextBox 'ab'", | 14 { |
| 15 "LayoutText #text", | 15 "object": "InlineTextBox 'ab'", |
| 16 "InlineFlowBox", | 16 "rect": [0, 0, 0, 0], |
| 17 "LayoutInline (relative positioned) SPAN id='target'", | 17 "reason": "full" |
| 18 "RootInlineBox", | 18 }, |
| 19 "LayoutBlockFlow DIV" | 19 { |
| 20 "object": "LayoutBlockFlow DIV", |
| 21 "rect": [108, 8, 684, 100], |
| 22 "reason": "invalidate paint rectangle" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutInline (relative positioned) SPAN id='target'", |
| 26 "rect": [8, 8, 200, 100], |
| 27 "reason": "layoutObject removal" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutText #text", |
| 31 "rect": [8, 8, 200, 100], |
| 32 "reason": "layoutObject removal" |
| 33 }, |
| 34 { |
| 35 "object": "RootInlineBox", |
| 36 "rect": [0, 0, 0, 0], |
| 37 "reason": "full" |
| 38 } |
| 20 ] | 39 ] |
| 21 } | 40 } |
| 22 ] | 41 ] |
| 23 } | 42 } |
| 24 | 43 |
| OLD | NEW |