summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt
blob: aed6172882d10f9bc19f0abe3f35097c4d8f2f11 (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
Test
Fader
{
  "bounds": [800, 600],
  "children": [
    {
      "bounds": [800, 600],
      "contentsOpaque": true,
      "drawsContent": true,
      "children": [
        {
          "shouldFlattenTransform": false,
          "children": [
            {
              "position": [8, 8],
              "bounds": [1, 1]
            },
            {
              "position": [-9992, -1],
              "bounds": [10100, 100],
              "drawsContent": true
            }
          ]
        }
      ]
    }
  ]
}