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