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

Unified 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, 1 month 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: third_party/WebKit/LayoutTests/inspector/layers/layer-canvas-log-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/layers/layer-canvas-log-expected.txt b/third_party/WebKit/LayoutTests/inspector/layers/layer-canvas-log-expected.txt
index 4ff3282ae75308b010e50817aaccc65b18797215..cf83f08d63345ad954a5a922cfee036193c40f7e 100644
--- a/third_party/WebKit/LayoutTests/inspector/layers/layer-canvas-log-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/layers/layer-canvas-log-expected.txt
@@ -113,19 +113,10 @@ Canvas log:
method : "save"
}
6 : {
- method : "setMatrix"
+ method : "translate"
params : {
- matrix : [
- 1
- 0
- 0
- 0
- 1
- 71
- 0
- 0
- 1
- ]
+ dx : 0
+ dy : 71
}
}
7 : {

Powered by Google App Engine
This is Rietveld 408576698