Upstream version 11.40.277.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / layers / layer-canvas-log-expected.txt
1
2 Canvas log:
3 {
4     0 : {
5         method : "save"
6     }
7     1 : {
8         method : "drawRect"
9         params : {
10             paint : {
11                 color : "#FF0000FF"
12                 filterLevel : "Low"
13                 flags : "AntiAlias"
14                 hinting : "Normal"
15                 strokeCap : "Butt"
16                 strokeJoin : "Miter"
17                 strokeMiter : 4
18                 strokeWidth : 0
19                 styleName : "Fill"
20                 textAlign : "Left"
21                 textEncoding : "UTF-8"
22                 textScaleX : 1
23                 textSize : 12
24                 textSkewX : 0
25             }
26             rect : {
27                 bottom : 100
28                 left : 0
29                 right : 100
30                 top : 0
31             }
32         }
33     }
34     10 : {
35         method : "restore"
36     }
37     11 : {
38         method : "restore"
39     }
40     12 : {
41         method : "restore"
42     }
43     2 : {
44         method : "drawRect"
45         params : {
46             paint : {
47                 color : "#FFFF0000"
48                 filterLevel : "Low"
49                 flags : "AntiAlias"
50                 hinting : "Normal"
51                 strokeCap : "Butt"
52                 strokeJoin : "Miter"
53                 strokeMiter : 4
54                 strokeWidth : 0
55                 styleName : "Fill"
56                 textAlign : "Left"
57                 textEncoding : "UTF-8"
58                 textScaleX : 1
59                 textSize : 12
60                 textSkewX : 0
61             }
62             rect : {
63                 bottom : 50
64                 left : 0
65                 right : 50
66                 top : 0
67             }
68         }
69     }
70     3 : {
71         method : "drawBitmapRectToRect"
72         params : {
73             bitmap : {
74                 config : "ARGB8888"
75                 data : {
76                     base64 : "iVBORw0KGgoAAAANSUhEUgAAABMAAAAVCAYAAACkCdXRAAAAKElEQVQ4T2P8DwQMVAKMo4aRHJKjYUZykDGMhtlomOEIgdGkMcBJAwBg3lPCYiIiUQAAAABJRU5ErkJggg=="
77                     mimeType : "image/png"
78                 }
79                 height : 21
80                 immutable : true
81                 opaque : true
82                 volatile : false
83                 width : 19
84             }
85             dst : {
86                 bottom : 71
87                 left : 0
88                 right : 19
89                 top : 50
90             }
91             flags : 0
92             paint : {
93                 color : "#FF000000"
94                 filterLevel : "Low"
95                 flags : "none"
96                 hinting : "Normal"
97                 strokeCap : "Butt"
98                 strokeJoin : "Miter"
99                 strokeMiter : 4
100                 strokeWidth : 0
101                 styleName : "Fill"
102                 textAlign : "Left"
103                 textEncoding : "UTF-8"
104                 textScaleX : 1
105                 textSize : 12
106                 textSkewX : 0
107             }
108             src : {
109                 bottom : 21
110                 left : 0
111                 right : 19
112                 top : 0
113             }
114         }
115     }
116     4 : {
117         method : "save"
118     }
119     5 : {
120         method : "clipRect"
121         params : {
122             SkRegion::Op : "kIntersect_Op"
123             rect : {
124                 bottom : 221
125                 left : 0
126                 right : 300
127                 top : 71
128             }
129             softClipEdgeStyle : false
130         }
131     }
132     6 : {
133         method : "setMatrix"
134         params : {
135             matrix : [
136                 1
137                 0
138                 0
139                 0
140                 1
141                 71
142                 0
143                 0
144                 1
145             ]
146         }
147     }
148     7 : {
149         method : "save"
150     }
151     8 : {
152         method : "clipRect"
153         params : {
154             SkRegion::Op : "kIntersect_Op"
155             rect : {
156                 bottom : 10
157                 left : 0
158                 right : 10
159                 top : 0
160             }
161             softClipEdgeStyle : false
162         }
163     }
164     9 : {
165         method : "drawRect"
166         params : {
167             paint : {
168                 color : "#7F000000"
169                 filterLevel : "Low"
170                 flags : "AntiAlias"
171                 hinting : "Normal"
172                 strokeCap : "Butt"
173                 strokeJoin : "Miter"
174                 strokeMiter : 4
175                 strokeWidth : 0
176                 styleName : "Fill"
177                 textAlign : "Left"
178                 textEncoding : "UTF-8"
179                 textScaleX : 1
180                 textSize : 12
181                 textSkewX : 0
182             }
183             rect : {
184                 bottom : 10
185                 left : 0
186                 right : 10
187                 top : 0
188             }
189         }
190     }
191 }
192