Files
divkit/test_data/snapshot_test_data/div-image/scale_fill_bottom.json
T
man-y eed44f448f Mark flutter platform supported tests
commit_hash:a80884f8d89a14490cb02e5278507f93ef7fb589
2025-01-13 16:09:03 +03:00

33 lines
696 B
JSON

{
"description": "Image with dimensions less than wrap_content and fill scaling, content aligned to bottom",
"platforms": [
"android",
"ios",
"web",
"flutter"
],
"templates": {},
"card": {
"log_id": "snapshot_test_card",
"states": [
{
"state_id": 0,
"div": {
"type": "image",
"image_url": "https://yastatic.net/s3/home/divkit/chess.png",
"height": {
"type": "fixed",
"value": 50
},
"width": {
"type": "fixed",
"value": 300
},
"scale": "fill",
"content_alignment_vertical": "bottom"
}
}
]
}
}