summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/fixed-position-changed-to-absolute-expected.txt
blob: aa81f353528821d102ddbc1d285c559374d949c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "bounds": [800, 600],
  "children": [
    {
      "bounds": [800, 600],
      "contentsOpaque": true,
      "drawsContent": true,
      "backgroundColor": "#402B3C",
      "children": [
        {
          "shouldFlattenTransform": false,
          "children": [
            {
              "position": [8, 13],
              "bounds": [150, 150],
              "contentsOpaque": true,
              "drawsContent": true,
              "backgroundColor": "#D9CCA7"
            },
            {
              "position": [20, 20],
              "bounds": [226, 180],
              "drawsContent": true
            }
          ]
        }
      ]
    }
  ]
}