| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutBlockFlow DIV id='target'", | 10 "object": "LayoutBlockFlow DIV id='target'", |
| 11 "rect": [100, 210, 200, 90], | 11 "rect": [100, 210, 200, 90], |
| 12 "reason": "incremental" | 12 "reason": "incremental" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutBlockFlow DIV id='target'", | 15 "object": "LayoutBlockFlow DIV id='target'", |
| 16 "rect": [100, 220, 200, 80], | |
| 17 "reason": "incremental" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutBlockFlow DIV id='target'", | |
| 21 "rect": [210, 100, 90, 200], | 16 "rect": [210, 100, 90, 200], |
| 22 "reason": "incremental" | 17 "reason": "incremental" |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutBlockFlow DIV id='target'", | |
| 26 "rect": [220, 100, 80, 200], | |
| 27 "reason": "incremental" | |
| 28 } | 18 } |
| 29 ] | 19 ] |
| 30 } | 20 } |
| 31 ], | 21 ], |
| 32 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
| 33 { | 23 { |
| 34 "object": "LayoutBlockFlow DIV id='target'", | 24 "object": "LayoutBlockFlow DIV id='target'", |
| 35 "reason": "incremental" | 25 "reason": "incremental" |
| 36 } | 26 } |
| 37 ] | 27 ] |
| 38 } | 28 } |
| 39 | 29 |
| OLD | NEW |