| 1 | 1 | {
|
|---|
| 2 | 2 | "layers": [
|
|---|
| 3 | 3 | {
|
|---|
| 4 | 4 | "name": "LayoutView #document",
|
|---|
| 5 | 5 | "bounds": [800, 600],
|
|---|
| 6 | "backgroundColor": "#FFFFFF"
|
|---|
| 7 | },
|
|---|
| 8 | {
|
|---|
| 9 | "name": "Scrolling Layer",
|
|---|
| 10 | "bounds": [800, 600],
|
|---|
| 11 | "drawsContent": false
|
|---|
| 12 | },
|
|---|
| 13 | {
|
|---|
| 14 | "name": "Scrolling Contents Layer",
|
|---|
| 15 | "bounds": [800, 600],
|
|---|
| 6 | 16 | "contentsOpaque": true,
|
|---|
| 7 | | "backgroundColor": "#FFFFFF"
|
|---|
| 17 | "backgroundColor": "#FFFFFF",
|
|---|
| 18 | "paintInvalidations": [
|
|---|
| 19 | {
|
|---|
| 20 | "object": "LayoutBlockFlow (positioned) DIV id='target3'",
|
|---|
| 21 | "rect": [420, 20, 100, 100],
|
|---|
| 22 | "reason": "style change"
|
|---|
| 23 | },
|
|---|
| 24 | {
|
|---|
| 25 | "object": "LayoutBlockFlow (positioned) DIV id='target2'",
|
|---|
| 26 | "rect": [220, 20, 100, 100],
|
|---|
| 27 | "reason": "style change"
|
|---|
| 28 | }
|
|---|
| 29 | ]
|
|---|
| 8 | 30 | }
|
|---|
| 9 | 31 | ],
|
|---|
| 10 | 32 | "objectPaintInvalidations": [
|
|---|
|
|