OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutBlockFlow BODY", | 12 "object": "LayoutBlockFlow BODY", |
11 "rect": [8, 7, 784, 19], | 13 "rect": [8, 7, 784, 19], |
12 "reason": "invalidate paint rectangle" | 14 "reason": "invalidate paint rectangle" |
13 }, | |
14 { | |
15 "object": "RootInlineBox", | |
16 "reason": "full" | |
17 } | 15 } |
18 ], | 16 ], |
19 "children": [ | 17 "children": [ |
20 { | 18 { |
| 19 "name": "LayoutInline (relative positioned) DIV id='block'", |
21 "position": [68, 7], | 20 "position": [68, 7], |
22 "bounds": [374, 19], | 21 "bounds": [374, 19], |
23 "drawsContent": true, | 22 "drawsContent": true, |
24 "backfaceVisibility": "hidden", | 23 "backfaceVisibility": "hidden" |
25 "paintInvalidations": [ | |
26 { | |
27 "object": "InlineFlowBox", | |
28 "reason": "full" | |
29 }, | |
30 { | |
31 "object": "InlineTextBox 'When this layer moves it shouldn't gener
ate a repaint rect.'", | |
32 "reason": "full" | |
33 } | |
34 ] | |
35 } | 24 } |
36 ] | 25 ] |
37 } | 26 } |
| 27 ], |
| 28 "objectPaintInvalidations": [ |
| 29 { |
| 30 "object": "LayoutBlockFlow BODY", |
| 31 "reason": "invalidate paint rectangle" |
| 32 } |
38 ] | 33 ] |
39 } | 34 } |
40 | 35 |
OLD | NEW |