| 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='root' class='editing'", | 10 "object": "LayoutBlockFlow DIV id='root' class='editing'", |
| 11 "rect": [3, 3, 794, 28], | 11 "rect": [3, 3, 794, 28], |
| 12 "reason": "full" | 12 "reason": "full" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutText #text", | 15 "object": "LayoutText #text", |
| 16 "rect": [8, 8, 10, 18], | 16 "rect": [8, 7, 10, 19], |
| 17 "reason": "layoutObject removal" | 17 "reason": "layoutObject removal" |
| 18 } | 18 } |
| 19 ] | 19 ] |
| 20 } | 20 } |
| 21 ], | 21 ], |
| 22 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
| 23 { | 23 { |
| 24 "object": "LayoutText #text", | 24 "object": "LayoutText #text", |
| 25 "reason": "layoutObject removal" | 25 "reason": "layoutObject removal" |
| 26 }, | 26 }, |
| 27 { | 27 { |
| 28 "object": "LayoutBlockFlow DIV id='root' class='editing'", | 28 "object": "LayoutBlockFlow DIV id='root' class='editing'", |
| 29 "reason": "full" | 29 "reason": "full" |
| 30 }, | 30 }, |
| 31 { | 31 { |
| 32 "object": "Caret", | 32 "object": "Caret", |
| 33 "reason": "caret" | 33 "reason": "caret" |
| 34 } | 34 } |
| 35 ] | 35 ] |
| 36 } | 36 } |
| 37 | 37 |
| OLD | NEW |