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 "children": [ | 8 "children": [ |
9 { | 9 { |
10 "position": [300, 300], | 10 "position": [300, 300], |
(...skipping 21 matching lines...) Expand all Loading... | |
32 "LayoutBlockFlow DIV id='target'" | 32 "LayoutBlockFlow DIV id='target'" |
33 ] | 33 ] |
34 } | 34 } |
35 ] | 35 ] |
36 }, | 36 }, |
37 { | 37 { |
38 "bounds": [200, 200], | 38 "bounds": [200, 200], |
39 "children": [ | 39 "children": [ |
40 { | 40 { |
41 "position": [185, 0], | 41 "position": [185, 0], |
42 "bounds": [15, 200], | 42 "bounds": [15, 200] |
43 "repaintRects": [ | |
44 [0, 0, 15, 200] | |
45 ] | |
46 } | 43 } |
47 ] | 44 ] |
48 } | 45 } |
49 ] | 46 ] |
50 } | 47 } |
51 ] | 48 ] |
52 } | 49 } |
53 ] | 50 ] |
54 } | 51 } |
55 | 52 |
OLD | NEW |