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

Unified Diff: LayoutTests/fast/canvas/canvas-blend-solid-expected.txt

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/canvas-blend-solid-expected.txt
diff --git a/LayoutTests/fast/canvas/canvas-blend-solid-expected.txt b/LayoutTests/fast/canvas/canvas-blend-solid-expected.txt
index 65eaefe044c35623bd124986e69ee308c572be0b..8a2726db75d691f9aaeb57d59a673d8e3f483572 100644
--- a/LayoutTests/fast/canvas/canvas-blend-solid-expected.txt
+++ b/LayoutTests/fast/canvas/canvas-blend-solid-expected.txt
@@ -538,7 +538,7 @@ PASS pixelDataAtPoint(1)[1] is within 5 of 128
PASS pixelDataAtPoint(1)[2] is within 5 of 127
PASS pixelDataAtPoint(1)[3] is within 5 of 255
PASS pixelDataAtPoint(2)[0] is within 5 of 0
-PASS pixelDataAtPoint(2)[1] is within 5 of 0
+PASS pixelDataAtPoint(2)[1] is within 5 of 64
PASS pixelDataAtPoint(2)[2] is within 5 of 127
PASS pixelDataAtPoint(2)[3] is within 5 of 255
PASS pixelDataAtPoint(3)[0] is within 5 of 0
@@ -555,7 +555,7 @@ PASS pixelDataAtPoint(1)[1] is within 5 of 85
PASS pixelDataAtPoint(1)[2] is within 5 of 170
PASS pixelDataAtPoint(1)[3] is within 5 of 191
PASS pixelDataAtPoint(2)[0] is within 5 of 0
-PASS pixelDataAtPoint(2)[1] is within 5 of 0
+PASS pixelDataAtPoint(2)[1] is within 5 of 42
PASS pixelDataAtPoint(2)[2] is within 5 of 170
PASS pixelDataAtPoint(2)[3] is within 5 of 191
PASS pixelDataAtPoint(3)[0] is within 5 of 0
« no previous file with comments | « LayoutTests/fast/canvas/canvas-blend-image-expected.txt ('k') | LayoutTests/fast/canvas/script-tests/canvas-blend-image.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698