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: third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingQuality-expected.txt

Issue 1687093005: Auto-rebaseline for r374703 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 feaa9a708fb30dbb187a45a4d7206bd8a167556a..f8f5c93916c1441002aa462fc7952da07445b296 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingQuality-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingQuality-expected.txt
@@ -13,12 +13,12 @@ PASS mediumContext.imageSmoothingQuality is 'medium'
PASS highContext.imageSmoothingQuality is 'high'
PASS lowData is not mediumData
-PASS mediumData is not highData
+PASS mediumData is highData
PASS lowData is not highData
PASS sampleAlpha(noFilterData) is > sampleAlpha(lowData)
PASS sampleAlpha(lowData) is > sampleAlpha(mediumData)
-PASS sampleAlpha(mediumData) is > sampleAlpha(highData)
+PASS sampleAlpha(mediumData) is sampleAlpha(highData)
On setting, it must be set to the new value.

Powered by Google App Engine
This is Rietveld 408576698