Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / layer-creation / fixed-position-out-of-view-positioning-expected.txt
1 PASS layerTree is window.internals.layerTreeAsText(document)
2 PASS successfullyParsed is true
3
4 TEST COMPLETE
5 The layer trees before and after should be the same, except for the position of the 50x50 sized composited fixed position layer.
6 BEFORE:
7 {
8   "bounds": [2008, 2016],
9   "children": [
10     {
11       "bounds": [2008, 2016],
12       "contentsOpaque": true,
13       "drawsContent": true,
14       "children": [
15         {
16           "position": [20, -80],
17           "bounds": [50, 50],
18           "contentsOpaque": true,
19           "drawsContent": true,
20           "backgroundColor": "#C0C0C0",
21           "transform": [
22             [1, 0, 0, 0],
23             [0, 1, 0, 0],
24             [0, 0, 1, 0],
25             [0, 100, 0, 1]
26           ]
27         }
28       ]
29     }
30   ]
31 }
32 AFTER:
33 {
34   "bounds": [2008, 2016],
35   "children": [
36     {
37       "bounds": [2008, 2016],
38       "contentsOpaque": true,
39       "drawsContent": true,
40       "children": [
41         {
42           "position": [20, -70],
43           "bounds": [50, 50],
44           "contentsOpaque": true,
45           "drawsContent": true,
46           "backgroundColor": "#C0C0C0",
47           "transform": [
48             [1, 0, 0, 0],
49             [0, 1, 0, 0],
50             [0, 0, 1, 0],
51             [0, 100, 0, 1]
52           ]
53         }
54       ]
55     }
56   ]
57 }
58