| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "layers": [ | |
| 3 { | |
| 4 "name": "LayoutView #document", | |
| 5 "bounds": [800, 600], | |
| 6 "contentsOpaque": true, | |
| 7 "drawsContent": true, | |
| 8 "paintInvalidations": [ | |
| 9 { | |
| 10 "object": "LayoutBlockFlow BODY", | |
| 11 "rect": [0, 0, 800, 247], | |
| 12 "reason": "forced by layout" | |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutBlockFlow DIV class='other'", | |
| 16 "rect": [300, 0, 200, 200], | |
| 17 "reason": "forced by layout" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutBlockFlow DIV class='other'", | |
| 21 "rect": [0, 0, 200, 200], | |
| 22 "reason": "forced by layout" | |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutBlockFlow DIV id='target'", | |
| 26 "rect": [200, 147, 100, 100], | |
| 27 "reason": "forced by layout" | |
| 28 }, | |
| 29 { | |
| 30 "object": "LayoutBlockFlow DIV id='target'", | |
| 31 "rect": [200, 100, 100, 100], | |
| 32 "reason": "forced by layout" | |
| 33 } | |
| 34 ] | |
| 35 } | |
| 36 ], | |
| 37 "objectPaintInvalidations": [ | |
| 38 { | |
| 39 "object": "LayoutBlockFlow BODY", | |
| 40 "reason": "forced by layout" | |
| 41 }, | |
| 42 { | |
| 43 "object": "RootInlineBox", | |
| 44 "reason": "forced by layout" | |
| 45 }, | |
| 46 { | |
| 47 "object": "LayoutBlockFlow DIV class='other'", | |
| 48 "reason": "forced by layout" | |
| 49 }, | |
| 50 { | |
| 51 "object": "LayoutBlockFlow DIV id='target'", | |
| 52 "reason": "forced by layout" | |
| 53 }, | |
| 54 { | |
| 55 "object": "LayoutBlockFlow DIV class='other'", | |
| 56 "reason": "forced by layout" | |
| 57 } | |
| 58 ] | |
| 59 } | |
| 60 | |
| OLD | NEW |