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

Unified Diff: LayoutTests/fast/canvas/script-tests/canvas-blend-solid.js

Issue 13637006: Add canvas blending modes under a runtime flag (Closed) Base URL: http://src.chromium.org/blink/trunk/
Patch Set: Created 7 years, 7 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/fast/canvas/script-tests/canvas-blend-solid.js
diff --git a/LayoutTests/fast/canvas/script-tests/canvas-blend-solid.js b/LayoutTests/fast/canvas/script-tests/canvas-blend-solid.js
index 4e3ca919029f69df2e546a3465426ca0752eae1c..07f7f93e85456d2736eac03d612c884fa21b6cf4 100644
--- a/LayoutTests/fast/canvas/script-tests/canvas-blend-solid.js
+++ b/LayoutTests/fast/canvas/script-tests/canvas-blend-solid.js
@@ -69,8 +69,8 @@ var blendModes =
['color-burn',
[[0, 0, 255, 255],[0, 0, 255, 255],[0, 0, 255, 255],[0, 0, 255, 255]],
[[0, 0, 255, 255],[0, 0, 255, 255],[0, 0, 255, 255],[0, 0, 255, 255]],
- [[128, 0, 127, 255],[128, 128, 127, 255],[0, 0, 127, 255],[0, 0, 255, 255]],
- [[85, 0, 170, 191],[85, 85, 170, 191],[0, 0, 170, 191],[0, 0, 255, 191]]
+ [[128, 0, 127, 255],[128, 128, 127, 255],[0, 64, 127, 255],[0, 0, 255, 255]],
+ [[85, 0, 170, 191],[85, 85, 170, 191],[0, 42, 170, 191],[0, 0, 255, 191]]
],
['hard-light',
« no previous file with comments | « LayoutTests/fast/canvas/script-tests/canvas-blend-image.js ('k') | Source/core/html/canvas/CanvasRenderingContext2D.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698