Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / android / inspector / layers / layer-canvas-log-expected.txt
blobccedde6c772222be3da2eb1efa45ac0caf000885
2 Canvas log:
4     0 : {
5         method : "drawRect"
6         params : {
7             paint : {
8                 color : "#FF0000FF"
9                 filterLevel : "Low"
10                 flags : "AntiAlias"
11                 hinting : "Normal"
12                 strokeCap : "Butt"
13                 strokeJoin : "Miter"
14                 strokeMiter : 4
15                 strokeWidth : 0
16                 styleName : "Fill"
17                 textAlign : "Left"
18                 textEncoding : "UTF-8"
19                 textScaleX : 1
20                 textSize : 12
21                 textSkewX : 0
22             }
23             rect : {
24                 bottom : 100
25                 left : 0
26                 right : 100
27                 top : 0
28             }
29         }
30     }
31     1 : {
32         method : "drawRect"
33         params : {
34             paint : {
35                 color : "#FFFF0000"
36                 filterLevel : "Low"
37                 flags : "AntiAlias"
38                 hinting : "Normal"
39                 strokeCap : "Butt"
40                 strokeJoin : "Miter"
41                 strokeMiter : 4
42                 strokeWidth : 0
43                 styleName : "Fill"
44                 textAlign : "Left"
45                 textEncoding : "UTF-8"
46                 textScaleX : 1
47                 textSize : 12
48                 textSkewX : 0
49             }
50             rect : {
51                 bottom : 50
52                 left : 0
53                 right : 50
54                 top : 0
55             }
56         }
57     }
58     10 : {
59         method : "restore"
60     }
61     11 : {
62         method : "restore"
63     }
64     12 : {
65         method : "restore"
66     }
67     2 : {
68         method : "drawBitmapRectToRect"
69         params : {
70             bitmap : {
71                 config : "ARGB8888"
72                 data : {
73                     base64 : "iVBORw0KGgoAAAANSUhEUgAAABMAAAAVCAYAAACkCdXRAAAAKklEQVQ4T2P8////fwYqAcZRw0gOydEwIznIGEbDbDTMcITAaNIY4KQBAGDeU8KwDOsAAAAAAElFTkSuQmCC"
74                     mimeType : "image/png"
75                 }
76                 height : 21
77                 immutable : true
78                 opaque : false
79                 volatile : false
80                 width : 19
81             }
82             dst : {
83                 bottom : 71
84                 left : 0
85                 right : 19
86                 top : 50
87             }
88             flags : 0
89             paint : {
90                 color : "#FF000000"
91                 filterLevel : "High"
92                 flags : "none"
93                 hinting : "Normal"
94                 strokeCap : "Butt"
95                 strokeJoin : "Miter"
96                 strokeMiter : 4
97                 strokeWidth : 0
98                 styleName : "Fill"
99                 textAlign : "Left"
100                 textEncoding : "UTF-8"
101                 textScaleX : 1
102                 textSize : 12
103                 textSkewX : 0
104             }
105             src : {
106                 bottom : 21
107                 left : 0
108                 right : 19
109                 top : 0
110             }
111         }
112     }
113     3 : {
114         method : "save"
115     }
116     4 : {
117         method : "clipRect"
118         params : {
119             SkRegion::Op : "kIntersect_Op"
120             rect : {
121                 bottom : 221
122                 left : 0
123                 right : 300
124                 top : 71
125             }
126             softClipEdgeStyle : false
127         }
128     }
129     5 : {
130         method : "save"
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     }