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

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

Issue 2128973002: Remove prefixed imageSmoothingEnabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase master Created 4 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
Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingEnabled-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingEnabled-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingEnabled-expected.txt
index fe7f03a5f2f8e29260a1583d3632023d893d7f03..f31b4740958b668dea3a90110887654951e70ed4 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingEnabled-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingEnabled-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE WARNING: line 1: 'CanvasRenderingContext2D.webkitImageSmoothingEnabled' is deprecated and will be removed in M55, around November 2016. Please use 'CanvasRenderingContext2D.imageSmoothingEnabled' instead. See https://www.chromestatus.com/features/5639849247768576 for more details.
Tests for the imageSmoothingEnabled attribute.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -6,10 +5,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Test that the default value is true.
PASS ctx.imageSmoothingEnabled is true
-PASS ctx.webkitImageSmoothingEnabled is true
Test that false is returned after a the attribute is set to false.
PASS ctx.imageSmoothingEnabled is false
-PASS ctx.webkitImageSmoothingEnabled is false
Test that restore works. We save a false state; create, then save a true state; and then finally restore.
PASS ctx.imageSmoothingEnabled is false
New canvas element created.

Powered by Google App Engine
This is Rietveld 408576698