| 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 [8, 210, 100, 100], | 9 { |
| 10 [8, 110, 784, 100], | 10 "object": "LayoutBlockFlow (floating) DIV", |
| 11 [8, 110, 100, 100] | 11 "rect": [8, 110, 100, 100], |
| 12 ], | 12 "reason": "location change" |
| 13 "paintInvalidationClients": [ | 13 }, |
| 14 "LayoutBlockFlow DIV id='t'", | 14 { |
| 15 "LayoutBlockFlow DIV id='s'", | 15 "object": "LayoutBlockFlow (floating) DIV", |
| 16 "LayoutBlockFlow (floating) DIV" | 16 "rect": [8, 210, 100, 100], |
| 17 "reason": "location change" |
| 18 }, |
| 19 { |
| 20 "object": "LayoutBlockFlow DIV id='s'", |
| 21 "rect": [0, 0, 0, 0], |
| 22 "reason": "location change" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutBlockFlow DIV id='t'", |
| 26 "rect": [8, 110, 784, 100], |
| 27 "reason": "became visible" |
| 28 } |
| 17 ] | 29 ] |
| 18 } | 30 } |
| 19 ] | 31 ] |
| 20 } | 32 } |
| 21 | 33 |
| OLD | NEW |