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 }, | 8 }, |
9 { | 9 { |
10 "name": "LayoutTextControl INPUT id='root'", | 10 "name": "LayoutTextControl INPUT id='root'", |
11 "position": [7, 7], | 11 "position": [7, 7], |
12 "bounds": [66, 24], | 12 "bounds": [66, 24], |
13 "drawsContent": true, | 13 "drawsContent": true, |
14 "backgroundColor": "#FFFFFF", | 14 "backgroundColor": "#FFFFFF", |
15 "paintInvalidations": [ | 15 "paintInvalidations": [ |
16 { | 16 { |
17 "object": "LayoutTextControl INPUT id='root'", | 17 "object": "LayoutTextControl INPUT id='root'", |
18 "rect": [0, 0, 66, 24], | 18 "rect": [0, 0, 66, 24], |
19 "reason": "subtree" | 19 "reason": "subtree" |
20 }, | 20 }, |
21 { | 21 { |
22 "object": "LayoutTextControl INPUT id='root'", | 22 "object": "LayoutTextControl INPUT id='root'", |
23 "rect": [0, 0, 64, 22], | 23 "rect": [0, 0, 64, 22], |
24 "reason": "full" | 24 "reason": "full" |
25 }, | |
26 { | |
27 "object": "LayoutBlockFlow DIV id='inner-editor'", | |
28 "rect": [3, 4, 60, 16], | |
29 "reason": "subtree" | |
30 }, | |
31 { | |
32 "object": "LayoutText #text", | |
33 "rect": [3, 4, 60, 16], | |
34 "reason": "subtree" | |
35 } | 25 } |
36 ] | 26 ] |
37 } | 27 } |
38 ], | 28 ], |
39 "objectPaintInvalidations": [ | 29 "objectPaintInvalidations": [ |
40 { | 30 { |
41 "object": "LayoutTextControl INPUT id='root'", | 31 "object": "LayoutTextControl INPUT id='root'", |
42 "reason": "subtree" | 32 "reason": "subtree" |
43 }, | 33 }, |
44 { | 34 { |
(...skipping 16 matching lines...) Expand all Loading... |
61 "object": "LayoutText #text", | 51 "object": "LayoutText #text", |
62 "reason": "subtree" | 52 "reason": "subtree" |
63 }, | 53 }, |
64 { | 54 { |
65 "object": "InlineTextBox 'test test test'", | 55 "object": "InlineTextBox 'test test test'", |
66 "reason": "subtree" | 56 "reason": "subtree" |
67 } | 57 } |
68 ] | 58 ] |
69 } | 59 } |
70 | 60 |
OLD | NEW |