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": "LayoutButton INPUT", | 10 "object": "LayoutButton INPUT", |
11 "rect": [7, 7, 59, 24], | 11 "rect": [7, 7, 59, 24], |
12 "reason": "subtree" | 12 "reason": "subtree" |
13 }, | 13 }, |
14 { | 14 { |
| 15 "object": "LayoutText #text", |
| 16 "rect": [16, 10, 41, 18], |
| 17 "reason": "subtree" |
| 18 }, |
| 19 { |
15 "object": "LayoutBlockFlow (anonymous)", | 20 "object": "LayoutBlockFlow (anonymous)", |
16 "rect": [16, 11, 41, 16], | 21 "rect": [16, 11, 41, 16], |
17 "reason": "subtree" | 22 "reason": "subtree" |
18 }, | |
19 { | |
20 "object": "LayoutText #text", | |
21 "rect": [16, 11, 41, 16], | |
22 "reason": "subtree" | |
23 } | 23 } |
24 ] | 24 ] |
25 } | 25 } |
26 ], | 26 ], |
27 "objectPaintInvalidations": [ | 27 "objectPaintInvalidations": [ |
28 { | 28 { |
29 "object": "LayoutButton INPUT", | 29 "object": "LayoutButton INPUT", |
30 "reason": "subtree" | 30 "reason": "subtree" |
31 }, | 31 }, |
32 { | 32 { |
33 "object": "LayoutBlockFlow (anonymous)", | 33 "object": "LayoutBlockFlow (anonymous)", |
34 "reason": "subtree" | 34 "reason": "subtree" |
35 }, | 35 }, |
36 { | 36 { |
37 "object": "RootInlineBox", | 37 "object": "RootInlineBox", |
38 "reason": "subtree" | 38 "reason": "subtree" |
39 }, | 39 }, |
40 { | 40 { |
41 "object": "LayoutText #text", | 41 "object": "LayoutText #text", |
42 "reason": "subtree" | 42 "reason": "subtree" |
43 }, | 43 }, |
44 { | 44 { |
45 "object": "InlineTextBox 'Submit'", | 45 "object": "InlineTextBox 'Submit'", |
46 "reason": "subtree" | 46 "reason": "subtree" |
47 } | 47 } |
48 ] | 48 ] |
49 } | 49 } |
50 | 50 |
OLD | NEW |