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