| 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 }, | 8 }, |
| 9 { | 9 { |
| 10 "name": "LayoutBlockFlow DIV id='container'", | 10 "name": "LayoutBlockFlow DIV id='container'", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 "rect": [0, 0, 15, 485], | 56 "rect": [0, 0, 15, 485], |
| 57 "reason": "full" | 57 "reason": "full" |
| 58 } | 58 } |
| 59 ] | 59 ] |
| 60 }, | 60 }, |
| 61 { | 61 { |
| 62 "name": "Scroll Corner Layer", | 62 "name": "Scroll Corner Layer", |
| 63 "position": [485, 485], | 63 "position": [485, 485], |
| 64 "bounds": [15, 15], | 64 "bounds": [15, 15], |
| 65 "drawsContent": true | 65 "drawsContent": true |
| 66 }, |
| 67 { |
| 68 "name": "Decoration Layer", |
| 69 "bounds": [500, 500], |
| 70 "drawsContent": true |
| 66 } | 71 } |
| 67 ], | 72 ], |
| 68 "objectPaintInvalidations": [ | 73 "objectPaintInvalidations": [ |
| 69 { | 74 { |
| 70 "object": "LayoutBlockFlow DIV id='content'", | 75 "object": "LayoutBlockFlow DIV id='content'", |
| 71 "reason": "style change" | 76 "reason": "style change" |
| 72 }, | 77 }, |
| 73 { | 78 { |
| 74 "object": "RootInlineBox", | 79 "object": "RootInlineBox", |
| 75 "reason": "style change" | 80 "reason": "style change" |
| 76 } | 81 } |
| 77 ] | 82 ] |
| 78 } | 83 } |
| 79 | 84 |
| OLD | NEW |