Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(981)

Side by Side Diff: LayoutTests/inspector/layers/layer-canvas-log-expected.txt

Issue 1187593007: Auto-rebaseline for r197355 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 Canvas log: 2 Canvas log:
3 { 3 {
4 0 : { 4 0 : {
5 method : "drawRect" 5 method : "drawRect"
6 params : { 6 params : {
7 paint : { 7 paint : {
8 color : "#FF0000FF" 8 color : "#FF0000FF"
9 filterLevel : "Low" 9 filterLevel : "Low"
10 flags : "AntiAlias" 10 flags : "AntiAlias"
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 dst : { 82 dst : {
83 bottom : 71 83 bottom : 71
84 left : 0 84 left : 0
85 right : 19 85 right : 19
86 top : 50 86 top : 50
87 } 87 }
88 flags : 0 88 flags : 0
89 paint : { 89 paint : {
90 color : "#FF000000" 90 color : "#FF000000"
91 filterLevel : "High" 91 filterLevel : "High"
92 flags : "none" 92 flags : "AntiAlias"
93 hinting : "Normal" 93 hinting : "Normal"
94 strokeCap : "Butt" 94 strokeCap : "Butt"
95 strokeJoin : "Miter" 95 strokeJoin : "Miter"
96 strokeMiter : 4 96 strokeMiter : 4
97 strokeWidth : 0 97 strokeWidth : 0
98 styleName : "Fill" 98 styleName : "Fill"
99 textAlign : "Left" 99 textAlign : "Left"
100 textEncoding : "UTF-8" 100 textEncoding : "UTF-8"
101 textScaleX : 1 101 textScaleX : 1
102 textSize : 12 102 textSize : 12
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 rect : { 183 rect : {
184 bottom : 10 184 bottom : 10
185 left : 0 185 left : 0
186 right : 10 186 right : 10
187 top : 0 187 top : 0
188 } 188 }
189 } 189 }
190 } 190 }
191 } 191 }
192 192
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698