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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingQuality-expected.txt

Issue 2157953002: Change filter quality when scaling-down in drawImage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update test expectation Created 4 years, 5 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: third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingQuality-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingQuality-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingQuality-expected.txt
index bfc6aad9c6c462aa96057dbdce1ef70fd1472e46..ff8e1c64c3a1958dffeaf4f4ab6d281bcbf60907 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingQuality-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingQuality-expected.txt
@@ -16,7 +16,7 @@ PASS lowData is not mediumData
PASS mediumData is highData
PASS lowData is not highData
-PASS sampleAlpha(noFilterData) is > sampleAlpha(lowData)
+PASS sampleAlpha(noFilterData) is sampleAlpha(lowData)
PASS sampleAlpha(lowData) is > sampleAlpha(mediumData)
PASS sampleAlpha(mediumData) is sampleAlpha(highData)

Powered by Google App Engine
This is Rietveld 408576698