| 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='scroller'", | 10 "name": "LayoutBlockFlow DIV id='scroller'", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 "object": "Vertical Scrollbar Layer", | 69 "object": "Vertical Scrollbar Layer", |
| 70 "rect": [0, 0, 15, 100], | 70 "rect": [0, 0, 15, 100], |
| 71 "reason": "full" | 71 "reason": "full" |
| 72 }, | 72 }, |
| 73 { | 73 { |
| 74 "object": "Vertical Scrollbar Layer", | 74 "object": "Vertical Scrollbar Layer", |
| 75 "rect": [0, 0, 15, 100], | 75 "rect": [0, 0, 15, 100], |
| 76 "reason": "full" | 76 "reason": "full" |
| 77 } | 77 } |
| 78 ] | 78 ] |
| 79 }, |
| 80 { |
| 81 "name": "Decoration Layer", |
| 82 "bounds": [200, 100], |
| 83 "drawsContent": true |
| 79 } | 84 } |
| 80 ], | 85 ], |
| 81 "objectPaintInvalidations": [ | 86 "objectPaintInvalidations": [ |
| 82 { | 87 { |
| 83 "object": "LayoutBlockFlow DIV id='dynamic' class='content'", | 88 "object": "LayoutBlockFlow DIV id='dynamic' class='content'", |
| 84 "reason": "forced by layout" | 89 "reason": "forced by layout" |
| 85 }, | 90 }, |
| 86 { | 91 { |
| 87 "object": "RootInlineBox", | 92 "object": "RootInlineBox", |
| 88 "reason": "forced by layout" | 93 "reason": "forced by layout" |
| 89 }, | 94 }, |
| 90 { | 95 { |
| 91 "object": "LayoutText #text", | 96 "object": "LayoutText #text", |
| 92 "reason": "full" | 97 "reason": "full" |
| 93 }, | 98 }, |
| 94 { | 99 { |
| 95 "object": "InlineTextBox 'z'", | 100 "object": "InlineTextBox 'z'", |
| 96 "reason": "full" | 101 "reason": "full" |
| 97 } | 102 } |
| 98 ] | 103 ] |
| 99 } | 104 } |
| 100 | 105 |
| OLD | NEW |