Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / move-squashing-layer-expected.txt
blobe7323dc93788268dc785dff9e38317f022f8af66
1 This tests that squashed layers' offset from renderer is updated properly. If not properly updated, the two divs will appear to be aligned vertically in the pixel results, while really the blue div ('squashed') should be offset 100px left of the green ('host').
4   "bounds": [800, 600],
5   "children": [
6     {
7       "bounds": [800, 600],
8       "contentsOpaque": true,
9       "drawsContent": true,
10       "children": [
11         {
12           "position": [8, 50],
13           "bounds": [100, 100],
14           "contentsOpaque": true,
15           "drawsContent": true,
16           "backgroundColor": "#FFFF00"
17         },
18         {
19           "shouldFlattenTransform": false,
20           "children": [
21             {
22               "position": [100, 100],
23               "bounds": [100, 100],
24               "contentsOpaque": true,
25               "drawsContent": true,
26               "backgroundColor": "#008000"
27             },
28             {
29               "position": [8, 8],
30               "bounds": [100, 100],
31               "drawsContent": true
32             }
33           ]
34         }
35       ]
36     }
37   ]