OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutText #text", | 12 "object": "LayoutText #text", |
11 "rect": [167, 8, 150, 17], | 13 "rect": [167, 8, 150, 17], |
12 "reason": "style change" | 14 "reason": "style change" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 13 matching lines...) Expand all Loading... |
28 }, | 30 }, |
29 { | 31 { |
30 "object": "LayoutText #text", | 32 "object": "LayoutText #text", |
31 "rect": [139, 8, 29, 18], | 33 "rect": [139, 8, 29, 18], |
32 "reason": "style change" | 34 "reason": "style change" |
33 }, | 35 }, |
34 { | 36 { |
35 "object": "LayoutText #text", | 37 "object": "LayoutText #text", |
36 "rect": [326, 8, 25, 17], | 38 "rect": [326, 8, 25, 17], |
37 "reason": "style change" | 39 "reason": "style change" |
38 }, | |
39 { | |
40 "object": "InlineTextBox ' images.'", | |
41 "reason": "style change" | |
42 }, | |
43 { | |
44 "object": "InlineTextBox ' no '", | |
45 "reason": "style change" | |
46 }, | |
47 { | |
48 "object": "InlineTextBox ' passes if '", | |
49 "reason": "style change" | |
50 }, | |
51 { | |
52 "object": "InlineTextBox ' text is invalidated and '", | |
53 "reason": "style change" | |
54 }, | |
55 { | |
56 "object": "InlineTextBox 'This test '", | |
57 "reason": "style change" | |
58 }, | |
59 { | |
60 "object": "InlineTextBox 'only'", | |
61 "reason": "style change" | |
62 } | 40 } |
63 ] | 41 ] |
64 } | 42 } |
| 43 ], |
| 44 "objectPaintInvalidations": [ |
| 45 { |
| 46 "object": "LayoutText #text", |
| 47 "reason": "style change" |
| 48 }, |
| 49 { |
| 50 "object": "InlineTextBox 'This test '", |
| 51 "reason": "style change" |
| 52 }, |
| 53 { |
| 54 "object": "LayoutText #text", |
| 55 "reason": "style change" |
| 56 }, |
| 57 { |
| 58 "object": "InlineTextBox ' passes if '", |
| 59 "reason": "style change" |
| 60 }, |
| 61 { |
| 62 "object": "LayoutText #text", |
| 63 "reason": "style change" |
| 64 }, |
| 65 { |
| 66 "object": "InlineTextBox 'only'", |
| 67 "reason": "style change" |
| 68 }, |
| 69 { |
| 70 "object": "LayoutText #text", |
| 71 "reason": "style change" |
| 72 }, |
| 73 { |
| 74 "object": "InlineTextBox ' text is invalidated and '", |
| 75 "reason": "style change" |
| 76 }, |
| 77 { |
| 78 "object": "LayoutText #text", |
| 79 "reason": "style change" |
| 80 }, |
| 81 { |
| 82 "object": "InlineTextBox ' no '", |
| 83 "reason": "style change" |
| 84 }, |
| 85 { |
| 86 "object": "LayoutText #text", |
| 87 "reason": "style change" |
| 88 }, |
| 89 { |
| 90 "object": "InlineTextBox ' images.'", |
| 91 "reason": "style change" |
| 92 } |
65 ] | 93 ] |
66 } | 94 } |
67 | 95 |
OLD | NEW |