OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "backgroundColor": "#C0C0C0", | 8 "backgroundColor": "#C0C0C0", |
9 "paintInvalidations": [ | 9 "paintInvalidations": [ |
10 { | 10 { |
11 "object": "LayoutIFrame (positioned) IFRAME", | 11 "object": "LayoutIFrame (positioned) IFRAME", |
12 "rect": [2, 64, 235, 236], | 12 "rect": [2, 64, 235, 236], |
13 "reason": "invalidate paint rectangle" | 13 "reason": "invalidate paint rectangle" |
14 }, | 14 }, |
15 { | 15 { |
16 "object": "LayoutBlockFlow BODY", | 16 "object": "LayoutBlockFlow BODY", |
17 "rect": [2, 65, 235, 235], | 17 "rect": [2, 65, 235, 235], |
18 "reason": "subtree" | 18 "reason": "subtree" |
19 }, | 19 }, |
20 { | 20 { |
21 "object": "LayoutView #document", | 21 "object": "LayoutView #document", |
22 "rect": [2, 65, 235, 235], | 22 "rect": [2, 65, 235, 235], |
23 "reason": "subtree" | 23 "reason": "subtree" |
24 }, | 24 }, |
25 { | 25 { |
26 "object": "LayoutView #document", | 26 "object": "LayoutView #document", |
27 "rect": [2, 299, 235, 16], | |
28 "reason": "scroll" | |
29 }, | |
30 { | |
31 "object": "LayoutView #document", | |
32 "rect": [2, 300, 235, 15], | 27 "rect": [2, 300, 235, 15], |
33 "reason": "scroll" | 28 "reason": "scroll" |
34 }, | 29 }, |
35 { | 30 { |
36 "object": "LayoutBlockFlow HTML", | 31 "object": "LayoutBlockFlow HTML", |
37 "rect": [2, 65, 225, 235], | 32 "rect": [2, 65, 225, 235], |
38 "reason": "subtree" | 33 "reason": "subtree" |
39 }, | 34 }, |
40 { | 35 { |
41 "object": "LayoutText #text", | 36 "object": "LayoutText #text", |
42 "rect": [2, 65, 52, 17], | 37 "rect": [2, 65, 52, 17], |
43 "reason": "subtree" | 38 "reason": "subtree" |
44 }, | 39 }, |
45 { | 40 { |
46 "object": "LayoutView #document", | 41 "object": "LayoutView #document", |
47 "rect": [237, 64, 15, 236], | |
48 "reason": "scroll" | |
49 }, | |
50 { | |
51 "object": "LayoutView #document", | |
52 "rect": [237, 65, 15, 235], | 42 "rect": [237, 65, 15, 235], |
53 "reason": "scroll" | 43 "reason": "scroll" |
54 }, | |
55 { | |
56 "object": "LayoutView #document", | |
57 "rect": [237, 299, 15, 16], | |
58 "reason": "scroll" | |
59 }, | |
60 { | |
61 "object": "LayoutView #document", | |
62 "rect": [237, 300, 15, 15], | |
63 "reason": "scroll" | |
64 } | 44 } |
65 ] | 45 ] |
66 } | 46 } |
67 ], | 47 ], |
68 "objectPaintInvalidations": [ | 48 "objectPaintInvalidations": [ |
69 { | 49 { |
70 "object": "LayoutIFrame (positioned) IFRAME", | 50 "object": "LayoutIFrame (positioned) IFRAME", |
71 "reason": "invalidate paint rectangle" | 51 "reason": "invalidate paint rectangle" |
72 }, | 52 }, |
73 { | 53 { |
(...skipping 24 matching lines...) Expand all Loading... |
98 "object": "LayoutText #text", | 78 "object": "LayoutText #text", |
99 "reason": "subtree" | 79 "reason": "subtree" |
100 }, | 80 }, |
101 { | 81 { |
102 "object": "InlineTextBox 'scroll me'", | 82 "object": "InlineTextBox 'scroll me'", |
103 "reason": "subtree" | 83 "reason": "subtree" |
104 } | 84 } |
105 ] | 85 ] |
106 } | 86 } |
107 | 87 |
OLD | NEW |