| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "layers": [ |
| 3 "bounds": [800, 600], | |
| 4 "children": [ | |
| 5 { | 3 { |
| 6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 9 "drawsContent": true, | 7 "drawsContent": true, |
| 10 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 11 { | 9 { |
| 12 "object": "LayoutBlockFlow BODY", | 10 "object": "LayoutBlockFlow BODY", |
| 13 "rect": [8, 8, 784, 20], | 11 "rect": [8, 8, 784, 20], |
| 14 "reason": "forced by layout" | 12 "reason": "forced by layout" |
| 15 } | 13 } |
| 16 ], | 14 ] |
| 17 "children": [ | 15 }, |
| 16 { |
| 17 "name": "LayoutInline (relative positioned) DIV id='block'", |
| 18 "position": [68, 7], |
| 19 "bounds": [348, 21], |
| 20 "drawsContent": true, |
| 21 "backfaceVisibility": "hidden", |
| 22 "paintInvalidations": [ |
| 18 { | 23 { |
| 19 "name": "LayoutInline (relative positioned) DIV id='block'", | 24 "object": "LayoutInline (relative positioned) DIV id='block'", |
| 20 "position": [68, 7], | 25 "rect": [0, 0, 348, 21], |
| 21 "bounds": [348, 21], | 26 "reason": "forced by layout" |
| 22 "drawsContent": true, | 27 }, |
| 23 "backfaceVisibility": "hidden", | 28 { |
| 24 "paintInvalidations": [ | 29 "object": "LayoutText #text", |
| 25 { | 30 "rect": [1, 1, 346, 19], |
| 26 "object": "LayoutInline (relative positioned) DIV id='block'", | 31 "reason": "forced by layout" |
| 27 "rect": [0, 0, 348, 21], | |
| 28 "reason": "forced by layout" | |
| 29 }, | |
| 30 { | |
| 31 "object": "LayoutText #text", | |
| 32 "rect": [1, 1, 346, 19], | |
| 33 "reason": "forced by layout" | |
| 34 } | |
| 35 ] | |
| 36 } | 32 } |
| 37 ] | 33 ] |
| 38 } | 34 } |
| 39 ], | 35 ], |
| 40 "objectPaintInvalidations": [ | 36 "objectPaintInvalidations": [ |
| 41 { | 37 { |
| 42 "object": "LayoutBlockFlow BODY", | 38 "object": "LayoutBlockFlow BODY", |
| 43 "reason": "forced by layout" | 39 "reason": "forced by layout" |
| 44 }, | 40 }, |
| 45 { | 41 { |
| (...skipping 12 matching lines...) Expand all Loading... |
| 58 "object": "LayoutText #text", | 54 "object": "LayoutText #text", |
| 59 "reason": "forced by layout" | 55 "reason": "forced by layout" |
| 60 }, | 56 }, |
| 61 { | 57 { |
| 62 "object": "InlineTextBox 'When this layer moves it shouldn't generate a re
paint rect.'", | 58 "object": "InlineTextBox 'When this layer moves it shouldn't generate a re
paint rect.'", |
| 63 "reason": "forced by layout" | 59 "reason": "forced by layout" |
| 64 } | 60 } |
| 65 ] | 61 ] |
| 66 } | 62 } |
| 67 | 63 |
| OLD | NEW |