| 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 [200, 80, 100, 100], | 9 { |
| 10 [200, 50, 100, 100], | 10 "object": "InlineBox", |
| 11 [0, 0, 800, 203] | 11 "rect": [0, 0, 0, 0], |
| 12 ], | 12 "reason": "full" |
| 13 "paintInvalidationClients": [ | 13 }, |
| 14 "InlineBox", | 14 { |
| 15 "InlineBox", | 15 "object": "InlineBox", |
| 16 "InlineBox", | 16 "rect": [0, 0, 0, 0], |
| 17 "RootInlineBox", | 17 "reason": "full" |
| 18 "LayoutBlockFlow BODY", | 18 }, |
| 19 "LayoutBlockFlow DIV id='target'" | 19 { |
| 20 "object": "InlineBox", |
| 21 "rect": [0, 0, 0, 0], |
| 22 "reason": "full" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutBlockFlow BODY", |
| 26 "rect": [0, 0, 800, 203], |
| 27 "reason": "invalidate paint rectangle" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutBlockFlow DIV id='target'", |
| 31 "rect": [200, 80, 100, 100], |
| 32 "reason": "location change" |
| 33 }, |
| 34 { |
| 35 "object": "LayoutBlockFlow DIV id='target'", |
| 36 "rect": [200, 50, 100, 100], |
| 37 "reason": "location change" |
| 38 }, |
| 39 { |
| 40 "object": "RootInlineBox", |
| 41 "rect": [0, 0, 0, 0], |
| 42 "reason": "full" |
| 43 } |
| 20 ] | 44 ] |
| 21 } | 45 } |
| 22 ] | 46 ] |
| 23 } | 47 } |
| 24 | 48 |
| OLD | NEW |