Files
divkit/test_data/ui_test_data/image-loaders/webp_image.json
T
grechka62 94413abb06 Tests for image loaders with other image formats
commit_hash:669b86fdc6398670f951a0eb1605a6a3bb57cd92
2026-01-27 15:50:35 +03:00

55 lines
1.2 KiB
JSON

{
"description": "Image in .webp format",
"platforms": [
"android"
],
"unsupported_platforms": {
"web": "Android-specific test"
},
"card": {
"log_id": "snapshot_test_card",
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"width": {
"type": "wrap_content"
},
"items": [
{
"type": "text",
"text": "Image in .webp format",
"font_size": 16,
"text_alignment_horizontal": "center",
"paddings": {
"left": 8,
"top": 8,
"right": 8,
"bottom": 8
}
},
{
"type": "image",
"image_url": "https://yastatic.net/s3/home/divkit/chess.webp",
"width": {
"type": "fixed",
"value": 300
},
"height": {
"type": "fixed",
"value": 300
},
"border": {
"stroke": {
"color": "#000000"
}
}
}
]
}
}
]
}
}