OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "layers": [ |
3 "bounds": [800, 600], | |
4 "children": [ | |
5 { | 3 { |
6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
7 "bounds": [800, 600], | 5 "bounds": [800, 600], |
8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true |
| 8 }, |
| 9 { |
| 10 "name": "LayoutBlockFlow DIV id='target'", |
| 11 "position": [8, 8], |
| 12 "bounds": [630, 180], |
9 "drawsContent": true, | 13 "drawsContent": true, |
10 "children": [ | 14 "backfaceVisibility": "hidden", |
| 15 "paintInvalidations": [ |
11 { | 16 { |
12 "name": "LayoutBlockFlow DIV id='target'", | 17 "object": "LayoutMultiColumnSet (anonymous)", |
13 "position": [8, 8], | 18 "rect": [0, 0, 630, 180], |
14 "bounds": [630, 180], | 19 "reason": "style change" |
15 "drawsContent": true, | 20 }, |
16 "backfaceVisibility": "hidden", | 21 { |
17 "paintInvalidations": [ | 22 "object": "LayoutText #text", |
18 { | 23 "rect": [0, 0, 625, 180], |
19 "object": "LayoutMultiColumnSet (anonymous)", | 24 "reason": "style change" |
20 "rect": [0, 0, 630, 180], | |
21 "reason": "style change" | |
22 }, | |
23 { | |
24 "object": "LayoutText #text", | |
25 "rect": [0, 0, 625, 180], | |
26 "reason": "style change" | |
27 } | |
28 ] | |
29 } | 25 } |
30 ] | 26 ] |
31 } | 27 } |
32 ], | 28 ], |
33 "objectPaintInvalidations": [ | 29 "objectPaintInvalidations": [ |
34 { | 30 { |
35 "object": "LayoutText #text", | 31 "object": "LayoutText #text", |
36 "reason": "style change" | 32 "reason": "style change" |
37 }, | 33 }, |
38 { | 34 { |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 "object": "InlineTextBox 'ultrices dolor.'", | 99 "object": "InlineTextBox 'ultrices dolor.'", |
104 "reason": "style change" | 100 "reason": "style change" |
105 }, | 101 }, |
106 { | 102 { |
107 "object": "LayoutMultiColumnSet (anonymous)", | 103 "object": "LayoutMultiColumnSet (anonymous)", |
108 "reason": "style change" | 104 "reason": "style change" |
109 } | 105 } |
110 ] | 106 ] |
111 } | 107 } |
112 | 108 |
OLD | NEW |