blob: db1cd4bc41da59d3db1e33b0a20d48cc6a4d1ef4 [file] [log] [blame]
Verify that setting scroll-blocks-on from script immediately creates the necessary layer.
{
"bounds": [800, 600],
"children": [
{
"bounds": [800, 600],
"scrollBlocksOn": [
"StartTouch",
"WheelEvent"
],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
"position": [8, 8],
"bounds": [20, 20],
"scrollBlocksOn": [
"ScrollEvent"
]
}
]
}
]
}