OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='conten
t-box'", | 10 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='conten
t-box'", |
(...skipping 12 matching lines...) Expand all Loading... |
23 }, | 23 }, |
24 { | 24 { |
25 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='conten
t-box'", | 25 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='conten
t-box'", |
26 "rect": [0, 80, 440, 60], | 26 "rect": [0, 80, 440, 60], |
27 "reason": "incremental" | 27 "reason": "incremental" |
28 }, | 28 }, |
29 { | 29 { |
30 "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border
-box'", | 30 "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border
-box'", |
31 "rect": [0, 200, 440, 140], | 31 "rect": [0, 200, 440, 140], |
32 "reason": "content box change" | 32 "reason": "content box change" |
33 }, | |
34 { | |
35 "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border
-box'", | |
36 "rect": [0, 200, 400, 100], | |
37 "reason": "content box change" | |
38 } | 33 } |
39 ] | 34 ] |
40 } | 35 } |
41 ] | 36 ] |
42 } | 37 } |
43 | 38 |
OLD | NEW |