| 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-editor'", | 10 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 11 "rect": [168, 11, 150, 16], | 11 "rect": [168, 11, 150, 16], |
| 12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutBlockFlow DIV id='inner-editor'", | 15 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 16 "rect": [10, 11, 150, 16], | 16 "rect": [10, 11, 150, 16], |
| 17 "reason": "forced by layout" | 17 "reason": "forced by layout" |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutText #text", | |
| 21 "rect": [168, 11, 53, 16], | |
| 22 "reason": "full" | |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutText #text", | |
| 26 "rect": [10, 11, 53, 16], | |
| 27 "reason": "full" | |
| 28 } | 18 } |
| 29 ] | 19 ] |
| 30 } | 20 } |
| 31 ], | 21 ], |
| 32 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
| 33 { | 23 { |
| 34 "object": "LayoutBlockFlow DIV id='inner-editor'", | 24 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 35 "reason": "forced by layout" | 25 "reason": "forced by layout" |
| 36 }, | 26 }, |
| 37 { | 27 { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 58 "object": "LayoutText #text", | 48 "object": "LayoutText #text", |
| 59 "reason": "full" | 49 "reason": "full" |
| 60 }, | 50 }, |
| 61 { | 51 { |
| 62 "object": "InlineTextBox 'PASSED'", | 52 "object": "InlineTextBox 'PASSED'", |
| 63 "reason": "full" | 53 "reason": "full" |
| 64 } | 54 } |
| 65 ] | 55 ] |
| 66 } | 56 } |
| 67 | 57 |
| OLD | NEW |