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 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutTextControl INPUT id='target'", | 10 "object": "LayoutTextControl INPUT id='target'", |
11 "rect": [7, 7, 66, 24], | 11 "rect": [7, 7, 66, 24], |
12 "reason": "subtree" | 12 "reason": "subtree" |
13 }, | |
14 { | |
15 "object": "LayoutBlockFlow DIV id='inner-editor'", | |
16 "rect": [10, 11, 60, 16], | |
17 "reason": "subtree" | |
18 }, | |
19 { | |
20 "object": "LayoutText #text", | |
21 "rect": [10, 11, 60, 16], | |
22 "reason": "subtree" | |
23 } | 13 } |
24 ] | 14 ] |
25 } | 15 } |
26 ], | 16 ], |
27 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
28 { | 18 { |
29 "object": "LayoutBlockFlow HTML", | 19 "object": "LayoutBlockFlow HTML", |
30 "reason": "selection" | 20 "reason": "selection" |
31 }, | 21 }, |
32 { | 22 { |
(...skipping 20 matching lines...) Expand all Loading... |
53 "object": "LayoutText #text", | 43 "object": "LayoutText #text", |
54 "reason": "subtree" | 44 "reason": "subtree" |
55 }, | 45 }, |
56 { | 46 { |
57 "object": "InlineTextBox 'test test test'", | 47 "object": "InlineTextBox 'test test test'", |
58 "reason": "subtree" | 48 "reason": "subtree" |
59 } | 49 } |
60 ] | 50 ] |
61 } | 51 } |
62 | 52 |
OLD | NEW |