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

38 lines
667 B
JSON

{
"description": "div-container with empty items.",
"platforms": [
"android",
"ios",
"web",
"flutter"
],
"card": {
"log_id": "empty_container",
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"height": {
"type": "fixed",
"value": 50
},
"items": [],
"margins": {
"top": 8,
"bottom": 8,
"left": 8,
"right": 8
},
"background": [
{
"type": "solid",
"color": "#d31515"
}
]
}
}
]
}
}