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": [8, 8], | 10 "position": [8, 8], |
11 "bounds": [500, 500], | 11 "bounds": [500, 500], |
12 "shouldFlattenTransform": false, | 12 "shouldFlattenTransform": false, |
13 "drawsContent": true, | 13 "drawsContent": true, |
14 "paintInvalidations": [ | 14 "paintInvalidations": [ |
15 { | 15 { |
16 "object": "LayoutBlockFlow DIV id='content'", | 16 "object": "LayoutBlockFlow DIV id='content'", |
17 "rect": [-2001, -2000, 5001, 5000], | 17 "rect": [-2001, -2000, 5001, 5000], |
18 "reason": "style change" | 18 "reason": "style change" |
19 }, | 19 }, |
20 { | 20 { |
21 "object": "RootInlineBox", | 21 "object": "RootInlineBox", |
22 "rect": [0, 0, 0, 0], | |
23 "reason": "full" | 22 "reason": "full" |
24 } | 23 } |
25 ], | 24 ], |
26 "children": [ | 25 "children": [ |
27 { | 26 { |
28 "bounds": [485, 485], | 27 "bounds": [485, 485], |
29 "shouldFlattenTransform": false, | 28 "shouldFlattenTransform": false, |
30 "children": [ | 29 "children": [ |
31 { | 30 { |
32 "bounds": [5000, 5000], | 31 "bounds": [5000, 5000], |
33 "drawsContent": true, | 32 "drawsContent": true, |
34 "paintInvalidations": [ | 33 "paintInvalidations": [ |
35 { | 34 { |
36 "object": "LayoutBlockFlow DIV id='content'", | 35 "object": "LayoutBlockFlow DIV id='content'", |
37 "rect": [-1, 0, 5001, 5000], | 36 "rect": [-1, 0, 5001, 5000], |
38 "reason": "style change" | 37 "reason": "style change" |
39 }, | 38 }, |
40 { | 39 { |
41 "object": "RootInlineBox", | 40 "object": "RootInlineBox", |
42 "rect": [0, 0, 0, 0], | |
43 "reason": "full" | 41 "reason": "full" |
44 } | 42 } |
45 ] | 43 ] |
46 } | 44 } |
47 ] | 45 ] |
48 }, | 46 }, |
49 { | 47 { |
50 "bounds": [500, 500], | 48 "bounds": [500, 500], |
51 "children": [ | 49 "children": [ |
52 { | 50 { |
(...skipping 25 matching lines...) Expand all Loading... |
78 } | 76 } |
79 ] | 77 ] |
80 } | 78 } |
81 ] | 79 ] |
82 } | 80 } |
83 ] | 81 ] |
84 } | 82 } |
85 ] | 83 ] |
86 } | 84 } |
87 | 85 |
OLD | NEW |