| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "layers": [ | |
| 3 { | |
| 4 "name": "LayoutView #document", | |
| 5 "bounds": [785, 1016], | |
| 6 "contentsOpaque": true, | |
| 7 "drawsContent": true | |
| 8 }, | |
| 9 { | |
| 10 "name": "Squashing Containment Layer", | |
| 11 "shouldFlattenTransform": false | |
| 12 }, | |
| 13 { | |
| 14 "name": "LayoutBlockFlow DIV id='foo'", | |
| 15 "position": [8, 8], | |
| 16 "bounds": [200, 1000], | |
| 17 "contentsOpaque": true, | |
| 18 "drawsContent": true, | |
| 19 "backgroundColor": "#D3D3D3" | |
| 20 }, | |
| 21 { | |
| 22 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione
d) DIV)", | |
| 23 "position": [8, 0], | |
| 24 "bounds": [300, 654], | |
| 25 "drawsContent": true, | |
| 26 "paintInvalidations": [ | |
| 27 { | |
| 28 "object": "LayoutView #document", | |
| 29 "rect": [0, 500, 300, 150], | |
| 30 "reason": "style change" | |
| 31 }, | |
| 32 { | |
| 33 "object": "LayoutBlockFlow BODY", | |
| 34 "rect": [8, 508, 284, 20], | |
| 35 "reason": "forced by layout" | |
| 36 }, | |
| 37 { | |
| 38 "object": "LayoutBlockFlow BODY", | |
| 39 "rect": [8, 508, 269, 142], | |
| 40 "reason": "forced by layout" | |
| 41 }, | |
| 42 { | |
| 43 "object": "LayoutView #document", | |
| 44 "rect": [285, 500, 15, 150], | |
| 45 "reason": "scroll" | |
| 46 } | |
| 47 ] | |
| 48 } | |
| 49 ], | |
| 50 "objectPaintInvalidations": [ | |
| 51 { | |
| 52 "object": "LayoutView #document", | |
| 53 "reason": "scroll" | |
| 54 }, | |
| 55 { | |
| 56 "object": "VerticalScrollbar", | |
| 57 "reason": "scroll" | |
| 58 }, | |
| 59 { | |
| 60 "object": "LayoutView #document", | |
| 61 "reason": "style change" | |
| 62 }, | |
| 63 { | |
| 64 "object": "LayoutBlockFlow BODY", | |
| 65 "reason": "forced by layout" | |
| 66 }, | |
| 67 { | |
| 68 "object": "RootInlineBox", | |
| 69 "reason": "forced by layout" | |
| 70 }, | |
| 71 { | |
| 72 "object": "LayoutText #text", | |
| 73 "reason": "forced by layout" | |
| 74 }, | |
| 75 { | |
| 76 "object": "InlineTextBox 'test1'", | |
| 77 "reason": "forced by layout" | |
| 78 } | |
| 79 ] | |
| 80 } | |
| 81 | |
| OLD | NEW |