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

Unified Diff: LayoutTests/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt

Issue 23102018: Refactoring DrawLooper so that it can apply shadow effects as skia image filters (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Adding missing adoptRefs Created 7 years, 4 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/canvas/canvas-drawImage-shadow-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt
diff --git a/LayoutTests/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt b/LayoutTests/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt
index 4711ea73060d9d4229e15c7784e9c6c2246bcca4..5b3196b2532b3d388f35a7e482edbe31e23be982 100644
--- a/LayoutTests/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt
+++ b/LayoutTests/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt
@@ -27,30 +27,30 @@ PASS d[0] is 255
PASS d[1] is 0
PASS d[2] is 0
PASS d[3] is around 127
-FAIL d[0] should be 255. Was 0.
+PASS d[0] is 255
PASS d[1] is 0
PASS d[2] is 0
-FAIL d[3] is not around 100 (actual: 0)
-FAIL d[0] should be 255. Was 0.
+PASS d[3] is around 100
+PASS d[0] is 255
PASS d[1] is 0
PASS d[2] is 0
-FAIL d[3] is not around 100 (actual: 0)
-FAIL d[0] should be 255. Was 0.
+PASS d[3] is around 100
+PASS d[0] is 255
PASS d[1] is 0
PASS d[2] is 0
-FAIL d[3] is not around 100 (actual: 0)
-FAIL d[0] should be 255. Was 0.
+PASS d[3] is around 100
+PASS d[0] is 255
PASS d[1] is 0
PASS d[2] is 0
-FAIL d[3] is not around 50 (actual: 0)
-FAIL d[0] should be 255. Was 0.
+PASS d[3] is around 50
+PASS d[0] is 255
PASS d[1] is 0
PASS d[2] is 0
-FAIL d[3] is not around 50 (actual: 0)
-FAIL d[0] should be 255. Was 0.
+PASS d[3] is around 50
+PASS d[0] is 255
PASS d[1] is 0
PASS d[2] is 0
-FAIL d[3] is not around 50 (actual: 0)
+PASS d[3] is around 50
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/canvas/canvas-drawImage-shadow-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698