Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Caption | |
|
chrishtr
2016/12/01 16:13:37
Caption is now visible..
| |
| 1 { | 2 { |
| 2 "layers": [ | 3 "layers": [ |
| 3 { | 4 { |
| 4 "name": "LayoutView #document", | 5 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 6 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 7 "contentsOpaque": true, |
| 7 "drawsContent": true | 8 "drawsContent": true |
| 8 }, | 9 }, |
| 9 { | 10 { |
| 10 "name": "LayoutBlockFlow (positioned) DIV id='caption'", | 11 "name": "LayoutBlockFlow (positioned) DIV id='caption'", |
| 11 "position": [8, 13], | 12 "position": [8, 13], |
| 12 "bounds": [200, 100], | 13 "bounds": [200, 100], |
| 13 "drawsContent": true, | 14 "drawsContent": true, |
| 14 "backgroundColor": "#008000" | 15 "backgroundColor": "#008000" |
| 15 } | 16 } |
| 16 ] | 17 ] |
| 17 } | 18 } |
| 18 | 19 |
| OLD | NEW |