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

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

Issue 1468173002: Rebaseline inspector/layers/layer-canvas-log.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 right : 300 106 right : 300
107 top : 71 107 top : 71
108 } 108 }
109 softClipEdgeStyle : false 109 softClipEdgeStyle : false
110 } 110 }
111 } 111 }
112 5 : { 112 5 : {
113 method : "save" 113 method : "save"
114 } 114 }
115 6 : { 115 6 : {
116 method : "setMatrix" 116 method : "translate"
117 params : { 117 params : {
118 matrix : [ 118 dx : 0
119 1 119 dy : 71
120 0
121 0
122 0
123 1
124 71
125 0
126 0
127 1
128 ]
129 } 120 }
130 } 121 }
131 7 : { 122 7 : {
132 method : "drawRect" 123 method : "drawRect"
133 params : { 124 params : {
134 paint : { 125 paint : {
135 color : "#7F000000" 126 color : "#7F000000"
136 filterLevel : "Low" 127 filterLevel : "Low"
137 flags : "AntiAlias" 128 flags : "AntiAlias"
138 hinting : "Normal" 129 hinting : "Normal"
(...skipping 17 matching lines...) Expand all
156 } 147 }
157 } 148 }
158 8 : { 149 8 : {
159 method : "restore" 150 method : "restore"
160 } 151 }
161 9 : { 152 9 : {
162 method : "restore" 153 method : "restore"
163 } 154 }
164 } 155 }
165 156
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698