blob: 3b8dc089f6500d7dd16048c6ab29d79d613c057b [file] [log] [blame]
{
"layers": [
{
"name": "Scrolling background of LayoutView #document",
"bounds": [800, 2016],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF",
"invalidations": [
[100, 500, 100, 100]
],
"transform": 1
},
{
"name": "LayoutNGBlockFlow (positioned) DIV class='fixed red'",
"bounds": [100, 100],
"contentsOpaque": true,
"backgroundColor": "#FF0000",
"transform": 2
},
{
"name": "LayoutNGBlockFlow (positioned) DIV id='absoluteDiv' class='absolute green'",
"position": [100, 700],
"bounds": [100, 100],
"contentsOpaque": true,
"backgroundColor": "#008000",
"invalidations": [
[0, 0, 100, 100]
],
"transform": 1
}
],
"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]
]
}
]
}