blob: 89384f612ecd146266f24d3e40cfd24f1565b49c [file] [log] [blame]
{
"layers": [
{
"name": "Scrolling Contents Layer",
"bounds": [800, 2016],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF",
"transform": 1
},
{
"name": "LayoutBlockFlow (positioned) DIV class='fixed red'",
"bounds": [100, 100],
"contentsOpaque": true,
"backgroundColor": "#FF0000",
"transform": 2
},
{
"name": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolute green'",
"position": [100, 700],
"bounds": [100, 100],
"contentsOpaque": true,
"backgroundColor": "#008000",
"invalidations": [
[0, 0, 100, 100]
],
"transform": 1
},
{
"name": "Horizontal Scrollbar Layer",
"position": [0, 600],
"bounds": [800, 0]
},
{
"name": "Vertical Scrollbar Layer",
"position": [800, 0],
"bounds": [0, 600]
}
],
"transforms": [
{
"id": 1,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[0, -500, 0, 1]
]
},
{
"id": 2,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[100, 200, 0, 1]
]
}
]
}