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

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

Issue 1047993002: bindings: Add validation for enum Sequence or Array (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/layers/layer-canvas-log-expected.txt
diff --git a/LayoutTests/inspector/layers/layer-canvas-log-expected.txt b/LayoutTests/inspector/layers/layer-canvas-log-expected.txt
index ee0b5a48043cb9de4abaf09104adef194e128902..ccedde6c772222be3da2eb1efa45ac0caf000885 100644
--- a/LayoutTests/inspector/layers/layer-canvas-log-expected.txt
+++ b/LayoutTests/inspector/layers/layer-canvas-log-expected.txt
@@ -2,9 +2,6 @@
Canvas log:
{
0 : {
- method : "save"
- }
- 1 : {
method : "drawRect"
params : {
paint : {
@@ -31,16 +28,7 @@ Canvas log:
}
}
}
- 10 : {
- method : "restore"
- }
- 11 : {
- method : "restore"
- }
- 12 : {
- method : "restore"
- }
- 2 : {
+ 1 : {
method : "drawRect"
params : {
paint : {
@@ -67,18 +55,27 @@ Canvas log:
}
}
}
- 3 : {
+ 10 : {
+ method : "restore"
+ }
+ 11 : {
+ method : "restore"
+ }
+ 12 : {
+ method : "restore"
+ }
+ 2 : {
method : "drawBitmapRectToRect"
params : {
bitmap : {
config : "ARGB8888"
data : {
- base64 : "iVBORw0KGgoAAAANSUhEUgAAABMAAAAVCAYAAACkCdXRAAAAKElEQVQ4T2P8DwQMVAKMo4aRHJKjYUZykDGMhtlomOEIgdGkMcBJAwBg3lPCYiIiUQAAAABJRU5ErkJggg=="
+ base64 : "iVBORw0KGgoAAAANSUhEUgAAABMAAAAVCAYAAACkCdXRAAAAKklEQVQ4T2P8////fwYqAcZRw0gOydEwIznIGEbDbDTMcITAaNIY4KQBAGDeU8KwDOsAAAAAAElFTkSuQmCC"
mimeType : "image/png"
}
height : 21
immutable : true
- opaque : true
+ opaque : false
volatile : false
width : 19
}
@@ -91,7 +88,7 @@ Canvas log:
flags : 0
paint : {
color : "#FF000000"
- filterLevel : "Low"
+ filterLevel : "High"
flags : "none"
hinting : "Normal"
strokeCap : "Butt"
@@ -113,10 +110,10 @@ Canvas log:
}
}
}
- 4 : {
+ 3 : {
method : "save"
}
- 5 : {
+ 4 : {
method : "clipRect"
params : {
SkRegion::Op : "kIntersect_Op"
@@ -129,6 +126,9 @@ Canvas log:
softClipEdgeStyle : false
}
}
+ 5 : {
+ method : "save"
+ }
6 : {
method : "setMatrix"
params : {

Powered by Google App Engine
This is Rietveld 408576698