| 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 class='item'", | 10 "object": "LayoutBlockFlow DIV class='item'", |
| 11 "rect": [0, 153, 100, 199], | 11 "rect": [0, 153, 100, 199], |
| 12 "reason": "incremental" | 12 "reason": "incremental" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutBlockFlow DIV class='item'", | 15 "object": "LayoutBlockFlow DIV class='item'", |
| 16 "rect": [0, 154, 100, 198], | |
| 17 "reason": "incremental" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutBlockFlow DIV class='item'", | |
| 21 "rect": [100, 203, 100, 149], | 16 "rect": [100, 203, 100, 149], |
| 22 "reason": "incremental" | 17 "reason": "incremental" |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutBlockFlow DIV class='item'", | |
| 26 "rect": [100, 204, 100, 148], | |
| 27 "reason": "incremental" | |
| 28 } | 18 } |
| 29 ] | 19 ] |
| 30 } | 20 } |
| 31 ], | 21 ], |
| 32 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
| 33 { | 23 { |
| 34 "object": "LayoutBlockFlow DIV class='item'", | 24 "object": "LayoutBlockFlow DIV class='item'", |
| 35 "reason": "incremental" | 25 "reason": "incremental" |
| 36 }, | 26 }, |
| 37 { | 27 { |
| 38 "object": "LayoutBlockFlow DIV class='item'", | 28 "object": "LayoutBlockFlow DIV class='item'", |
| 39 "reason": "incremental" | 29 "reason": "incremental" |
| 40 } | 30 } |
| 41 ] | 31 ] |
| 42 } | 32 } |
| 43 | 33 |
| OLD | NEW |