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

39 lines
783 B
JSON

{
"description": "Text with image background",
"platforms": [
"android",
"ios",
"web",
"flutter"
],
"card": {
"log_id": "snapshot_test_card",
"states": [
{
"state_id": 0,
"div": {
"type": "text",
"text": "It is a dark time for the Rebellion.",
"font_size": 12,
"width": {
"type": "fixed",
"value": 100
},
"height": {
"type": "fixed",
"value": 100
},
"background": [
{
"type": "image",
"image_url": "https://yastatic.net/s3/home/divkit/nature.jpg",
"alpha": 0.5,
"scale": "fit"
}
]
}
}
]
}
}