| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [785, 1016], | 5 "bounds": [785, 1016], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true | 7 "drawsContent": true |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "name": "Squashing Containment Layer", | 10 "name": "Squashing Containment Layer", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 "position": [8, 0], | 23 "position": [8, 0], |
| 24 "bounds": [300, 654], | 24 "bounds": [300, 654], |
| 25 "drawsContent": true, | 25 "drawsContent": true, |
| 26 "paintInvalidations": [ | 26 "paintInvalidations": [ |
| 27 { | 27 { |
| 28 "object": "LayoutView #document", | 28 "object": "LayoutView #document", |
| 29 "rect": [0, 500, 300, 150], | 29 "rect": [0, 500, 300, 150], |
| 30 "reason": "style change" | 30 "reason": "style change" |
| 31 }, | 31 }, |
| 32 { | 32 { |
| 33 "object": "LayoutBlockFlow HTML", |
| 34 "rect": [0, 500, 300, 36], |
| 35 "reason": "forced by layout" |
| 36 }, |
| 37 { |
| 38 "object": "LayoutBlockFlow HTML", |
| 39 "rect": [0, 500, 285, 150], |
| 40 "reason": "forced by layout" |
| 41 }, |
| 42 { |
| 33 "object": "LayoutBlockFlow BODY", | 43 "object": "LayoutBlockFlow BODY", |
| 34 "rect": [8, 508, 284, 20], | 44 "rect": [8, 508, 284, 20], |
| 35 "reason": "forced by layout" | 45 "reason": "forced by layout" |
| 36 }, | 46 }, |
| 37 { | 47 { |
| 38 "object": "LayoutBlockFlow BODY", | 48 "object": "LayoutBlockFlow BODY", |
| 39 "rect": [8, 508, 269, 142], | 49 "rect": [8, 508, 269, 142], |
| 40 "reason": "forced by layout" | 50 "reason": "forced by layout" |
| 41 }, | 51 }, |
| 42 { | 52 { |
| (...skipping 16 matching lines...) Expand all Loading... |
| 59 }, | 69 }, |
| 60 { | 70 { |
| 61 "object": "VerticalScrollbar", | 71 "object": "VerticalScrollbar", |
| 62 "reason": "scroll" | 72 "reason": "scroll" |
| 63 }, | 73 }, |
| 64 { | 74 { |
| 65 "object": "LayoutView #document", | 75 "object": "LayoutView #document", |
| 66 "reason": "style change" | 76 "reason": "style change" |
| 67 }, | 77 }, |
| 68 { | 78 { |
| 79 "object": "LayoutBlockFlow HTML", |
| 80 "reason": "forced by layout" |
| 81 }, |
| 82 { |
| 69 "object": "LayoutBlockFlow BODY", | 83 "object": "LayoutBlockFlow BODY", |
| 70 "reason": "forced by layout" | 84 "reason": "forced by layout" |
| 71 }, | 85 }, |
| 72 { | 86 { |
| 73 "object": "RootInlineBox", | 87 "object": "RootInlineBox", |
| 74 "reason": "forced by layout" | 88 "reason": "forced by layout" |
| 75 }, | 89 }, |
| 76 { | 90 { |
| 77 "object": "LayoutText #text", | 91 "object": "LayoutText #text", |
| 78 "reason": "forced by layout" | 92 "reason": "forced by layout" |
| 79 }, | 93 }, |
| 80 { | 94 { |
| 81 "object": "InlineTextBox 'test1'", | 95 "object": "InlineTextBox 'test1'", |
| 82 "reason": "forced by layout" | 96 "reason": "forced by layout" |
| 83 } | 97 } |
| 84 ] | 98 ] |
| 85 } | 99 } |
| 86 | 100 |
| OLD | NEW |