summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective-expected.txt
blob: 068faece79b3c6dddad391e8db9ca9fd91faceed (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
  "bounds": [800, 600],
  "children": [
    {
      "bounds": [800, 600],
      "contentsOpaque": true,
      "drawsContent": true,
      "children": [
        {
          "position": [8, 8],
          "bounds": [200, 200],
          "drawsContent": true,
          "children": [
            {
              "bounds": [200, 200],
              "shouldFlattenTransform": false,
              "transform": [
                [1, 0, 0, 0],
                [0, 1, 0, 0],
                [0, 0, 1, -0.01],
                [0, 0, 0, 1]
              ],
              "children": [
                {
                  "bounds": [185, 185],
                  "shouldFlattenTransform": false,
                  "children": [
                    {
                      "bounds": [185, 265],
                      "shouldFlattenTransform": false,
                      "children": [
                        {
                          "position": [0, 65],
                          "bounds": [60, 200],
                          "contentsOpaque": true,
                          "drawsContent": true,
                          "backgroundColor": "#008000",
                          "transform": [
                            [1, 0, 0, 0],
                            [0, 1, 0, 0],
                            [0, 0, 1, 0],
                            [0, 0, 10, 1]
                          ]
                        },
                        {
                          "position": [65, 65],
                          "bounds": [60, 200],
                          "contentsOpaque": true,
                          "drawsContent": true,
                          "backgroundColor": "#0000FF",
                          "transform": [
                            [1, 0, 0, 0],
                            [0, 1, 0, 0],
                            [0, 0, 1, 0],
                            [0, 0, 20, 1]
                          ]
                        }
                      ]
                    }
                  ]
                }
              ]
            },
            {
              "children": [
                {
                  "position": [0, 185],
                  "bounds": [185, 15]
                },
                {
                  "position": [185, 0],
                  "bounds": [15, 185]
                },
                {
                  "position": [185, 185],
                  "bounds": [15, 15],
                  "drawsContent": true
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}