| 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 H2", | 10 "object": "LayoutBlockFlow H2", |
| 11 "rect": [40, 103, 113, 29], | 11 "rect": [40, 103, 113, 29], |
| 12 "reason": "bounds change" | 12 "reason": "bounds change" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutText #text", | |
| 16 "rect": [40, 103, 113, 29], | |
| 17 "reason": "bounds change" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutBlockFlow H2", | 15 "object": "LayoutBlockFlow H2", |
| 21 "rect": [8, 103, 113, 29], | 16 "rect": [8, 103, 113, 29], |
| 22 "reason": "bounds change" | 17 "reason": "bounds change" |
| 23 }, | 18 }, |
| 24 { | 19 { |
| 25 "object": "LayoutText #text", | |
| 26 "rect": [8, 103, 113, 29], | |
| 27 "reason": "bounds change" | |
| 28 }, | |
| 29 { | |
| 30 "object": "LayoutBlockFlow (anonymous)", | 20 "object": "LayoutBlockFlow (anonymous)", |
| 31 "rect": [8, 84, 32, 68], | 21 "rect": [8, 84, 32, 68], |
| 32 "reason": "forced by layout" | 22 "reason": "forced by layout" |
| 33 } | 23 } |
| 34 ] | 24 ] |
| 35 } | 25 } |
| 36 ], | 26 ], |
| 37 "objectPaintInvalidations": [ | 27 "objectPaintInvalidations": [ |
| 38 { | 28 { |
| 39 "object": "LayoutBlockFlow (anonymous)", | 29 "object": "LayoutBlockFlow (anonymous)", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 59 "object": "LayoutText #text", | 49 "object": "LayoutText #text", |
| 60 "reason": "bounds change" | 50 "reason": "bounds change" |
| 61 }, | 51 }, |
| 62 { | 52 { |
| 63 "object": "InlineTextBox 'Chromium'", | 53 "object": "InlineTextBox 'Chromium'", |
| 64 "reason": "bounds change" | 54 "reason": "bounds change" |
| 65 } | 55 } |
| 66 ] | 56 ] |
| 67 } | 57 } |
| 68 | 58 |
| OLD | NEW |