| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
| 3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "children": [ | 10 "children": [ |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 "shouldFlattenTransform": false, | 29 "shouldFlattenTransform": false, |
| 30 "children": [ | 30 "children": [ |
| 31 { | 31 { |
| 32 "name": "Scrolling Contents Layer", | 32 "name": "Scrolling Contents Layer", |
| 33 "bounds": [185, 300], | 33 "bounds": [185, 300], |
| 34 "contentsOpaque": true, | 34 "contentsOpaque": true, |
| 35 "drawsContent": true, | 35 "drawsContent": true, |
| 36 "paintInvalidations": [ | 36 "paintInvalidations": [ |
| 37 { | 37 { |
| 38 "object": "LayoutBlockFlow DIV id='scroller'", | 38 "object": "LayoutBlockFlow DIV id='scroller'", |
| 39 "rect": [0, 0, 185, 300], | 39 "rect": [0, -100, 185, 300], |
| 40 "reason": "style change" | 40 "reason": "style change" |
| 41 } | 41 } |
| 42 ] | 42 ] |
| 43 } | 43 } |
| 44 ] | 44 ] |
| 45 }, | 45 }, |
| 46 { | 46 { |
| 47 "name": "Overflow Controls Host Layer", | 47 "name": "Overflow Controls Host Layer", |
| 48 "bounds": [200, 200], | 48 "bounds": [200, 200], |
| 49 "children": [ | 49 "children": [ |
| (...skipping 25 matching lines...) Expand all Loading... |
| 75 "object": "Scrolling Contents Layer", | 75 "object": "Scrolling Contents Layer", |
| 76 "reason": "style change" | 76 "reason": "style change" |
| 77 }, | 77 }, |
| 78 { | 78 { |
| 79 "object": "LayoutBlockFlow DIV id='scroller'", | 79 "object": "LayoutBlockFlow DIV id='scroller'", |
| 80 "reason": "style change" | 80 "reason": "style change" |
| 81 } | 81 } |
| 82 ] | 82 ] |
| 83 } | 83 } |
| 84 | 84 |
| OLD | NEW |