| 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='inner-target'", | 10 "object": "LayoutBlockFlow DIV id='inner-target'", |
| 11 "rect": [8, 187, 784, 20], | 11 "rect": [8, 187, 784, 20], |
| 12 "reason": "layoutObject insertion" | 12 "reason": "layoutObject insertion" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutBlockFlow DIV id='inner-target'", | 15 "object": "LayoutBlockFlow DIV id='inner-target'", |
| 16 "rect": [18, 18, 284, 20], | 16 "rect": [18, 18, 284, 20], |
| 17 "reason": "layoutObject removal" | 17 "reason": "layoutObject removal" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutText #text", | 20 "object": "LayoutText #text", |
| 21 "rect": [18, 18, 22, 19], | 21 "rect": [18, 18, 22, 19], |
| 22 "reason": "layoutObject removal" | 22 "reason": "layoutObject removal" |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutText #text", | |
| 26 "rect": [8, 187, 22, 19], | |
| 27 "reason": "layoutObject insertion" | |
| 28 } | 23 } |
| 29 ] | 24 ] |
| 30 } | 25 } |
| 31 ], | 26 ], |
| 32 "objectPaintInvalidations": [ | 27 "objectPaintInvalidations": [ |
| 33 { | 28 { |
| 34 "object": "LayoutBlockFlow DIV id='inner-target'", | 29 "object": "LayoutBlockFlow DIV id='inner-target'", |
| 35 "reason": "layoutObject insertion" | 30 "reason": "layoutObject insertion" |
| 36 }, | 31 }, |
| 37 { | 32 { |
| (...skipping 12 matching lines...) Expand all Loading... |
| 50 "object": "LayoutText #text", | 45 "object": "LayoutText #text", |
| 51 "reason": "layoutObject removal" | 46 "reason": "layoutObject removal" |
| 52 }, | 47 }, |
| 53 { | 48 { |
| 54 "object": "LayoutBlockFlow DIV id='inner-target'", | 49 "object": "LayoutBlockFlow DIV id='inner-target'", |
| 55 "reason": "layoutObject removal" | 50 "reason": "layoutObject removal" |
| 56 } | 51 } |
| 57 ] | 52 ] |
| 58 } | 53 } |
| 59 | 54 |
| OLD | NEW |