blob: 1e8ca86b56f99810ff49f40464b57c40ed99f60c [file] [log] [blame]
layer tree before image style change
{
"layers": [
{
"name": "Scrolling background of LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF"
},
{
"name": "LayoutImage IMG class='composited'",
"position": [8, 8],
"bounds": [256, 256]
}
]
}
layer tree after image style change
{
"layers": [
{
"name": "Scrolling background of LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF"
},
{
"name": "LayoutImage IMG class='composited border'",
"position": [8, 8],
"bounds": [260, 260]
}
]
}