| 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 DIV", | |
| 11 "rect": [7, 43, 786, 62], | |
| 12 "reason": "border box change" | |
| 13 } | |
| 14 ] | |
| 15 } | |
| 16 ], | |
| 17 "objectPaintInvalidations": [ | |
| 18 { | |
| 19 "object": "LayoutBlockFlow DIV", | |
| 20 "reason": "border box change" | |
| 21 }, | |
| 22 { | |
| 23 "object": "Caret", | |
| 24 "reason": "caret" | |
| 25 }, | |
| 26 { | |
| 27 "object": "LayoutBlockFlow DIV id='div'", | |
| 28 "reason": "layoutObject insertion" | |
| 29 }, | |
| 30 { | |
| 31 "object": "RootInlineBox", | |
| 32 "reason": "layoutObject insertion" | |
| 33 }, | |
| 34 { | |
| 35 "object": "Caret", | |
| 36 "reason": "caret" | |
| 37 }, | |
| 38 { | |
| 39 "object": "LayoutBR BR", | |
| 40 "reason": "layoutObject insertion" | |
| 41 }, | |
| 42 { | |
| 43 "object": "InlineTextBox '\n'", | |
| 44 "reason": "layoutObject insertion" | |
| 45 } | |
| 46 ] | |
| 47 } | |
| 48 | |
| OLD | NEW |