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 (positioned) DIV id='target2' class='border
-box'", | 12 "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border
-box'", |
11 "rect": [0, 200, 440, 140], | 13 "rect": [0, 200, 440, 140], |
12 "reason": "content box change" | 14 "reason": "content box change" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 11 matching lines...) Expand all Loading... |
26 "rect": [380, 0, 60, 140], | 28 "rect": [380, 0, 60, 140], |
27 "reason": "incremental" | 29 "reason": "incremental" |
28 }, | 30 }, |
29 { | 31 { |
30 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='conten
t-box'", | 32 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='conten
t-box'", |
31 "rect": [400, 0, 40, 140], | 33 "rect": [400, 0, 40, 140], |
32 "reason": "incremental" | 34 "reason": "incremental" |
33 } | 35 } |
34 ] | 36 ] |
35 } | 37 } |
| 38 ], |
| 39 "objectPaintInvalidations": [ |
| 40 { |
| 41 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-bo
x'", |
| 42 "reason": "incremental" |
| 43 }, |
| 44 { |
| 45 "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border-box
'", |
| 46 "reason": "content box change" |
| 47 } |
36 ] | 48 ] |
37 } | 49 } |
38 | 50 |
OLD | NEW |