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": "LayoutBlockFlow (anonymous)", | 10 "object": "LayoutBlockFlow (anonymous)", |
11 "rect": [9, 84, 198, 14], | 11 "rect": [9, 84, 198, 14], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutBlockFlow (anonymous)", | 15 "object": "LayoutBlockFlow (anonymous)", |
16 "rect": [16, 114, 184, 13], | 16 "rect": [16, 114, 184, 13], |
17 "reason": "forced by layout" | 17 "reason": "forced by layout" |
| 18 }, |
| 19 { |
| 20 "object": "LayoutText #text", |
| 21 "rect": [81, 114, 54, 14], |
| 22 "reason": "full" |
18 } | 23 } |
19 ] | 24 ] |
20 } | 25 } |
21 ], | 26 ], |
22 "objectPaintInvalidations": [ | 27 "objectPaintInvalidations": [ |
23 { | 28 { |
24 "object": "LayoutBlockFlow (anonymous)", | 29 "object": "LayoutBlockFlow (anonymous)", |
25 "reason": "forced by layout" | 30 "reason": "forced by layout" |
26 }, | 31 }, |
27 { | 32 { |
(...skipping 20 matching lines...) Expand all Loading... |
48 "object": "LayoutText #text", | 53 "object": "LayoutText #text", |
49 "reason": "full" | 54 "reason": "full" |
50 }, | 55 }, |
51 { | 56 { |
52 "object": "InlineTextBox 'SUCCESS'", | 57 "object": "InlineTextBox 'SUCCESS'", |
53 "reason": "full" | 58 "reason": "full" |
54 } | 59 } |
55 ] | 60 ] |
56 } | 61 } |
57 | 62 |
OLD | NEW |