| 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 [150, 52, 50, 300], | 9 { |
| 10 [150, 52, 50, 50], | 10 "object": "LayoutBlockFlow DIV", |
| 11 [0, 52, 200, 300], | 11 "rect": [150, 52, 50, 50], |
| 12 [0, 52, 200, 300], | 12 "reason": "layoutObject removal" |
| 13 [0, 52, 50, 300], | 13 }, |
| 14 [0, 52, 50, 50] | 14 { |
| 15 ], | 15 "object": "LayoutBlockFlow DIV", |
| 16 "paintInvalidationClients": [ | 16 "rect": [0, 52, 50, 50], |
| 17 "LayoutBlockFlow DIV", | 17 "reason": "location change" |
| 18 "LayoutBlockFlow DIV class='item'", | 18 }, |
| 19 "LayoutGrid DIV id='container'", | 19 { |
| 20 "LayoutGrid DIV id='container'", | 20 "object": "LayoutBlockFlow DIV class='item'", |
| 21 "LayoutBlockFlow DIV class='item'", | 21 "rect": [150, 52, 50, 300], |
| 22 "LayoutBlockFlow DIV" | 22 "reason": "layoutObject removal" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutBlockFlow DIV class='item'", |
| 26 "rect": [0, 52, 50, 300], |
| 27 "reason": "location change" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutGrid DIV id='container'", |
| 31 "rect": [0, 52, 200, 300], |
| 32 "reason": "layoutObject removal" |
| 33 }, |
| 34 { |
| 35 "object": "LayoutGrid DIV id='container'", |
| 36 "rect": [0, 52, 200, 300], |
| 37 "reason": "location change" |
| 38 } |
| 23 ] | 39 ] |
| 24 } | 40 } |
| 25 ] | 41 ] |
| 26 } | 42 } |
| 27 | 43 |
| OLD | NEW |