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

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

Issue 804743002: Deprecate CanvasRenderingContext2D.webkitImageSmoothingEnabled (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update expectations Created 6 years 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 | « no previous file | LayoutTests/fast/canvas/script-tests/canvas-imageSmoothingEnabled.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/canvas/canvas-imageSmoothingEnabled-expected.txt
diff --git a/LayoutTests/fast/canvas/canvas-imageSmoothingEnabled-expected.txt b/LayoutTests/fast/canvas/canvas-imageSmoothingEnabled-expected.txt
index f31b4740958b668dea3a90110887654951e70ed4..41dda69dd1426a370d4e041d2d5c465974337741 100644
--- a/LayoutTests/fast/canvas/canvas-imageSmoothingEnabled-expected.txt
+++ b/LayoutTests/fast/canvas/canvas-imageSmoothingEnabled-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE WARNING: 'CanvasRenderingContext2D.webkitImageSmoothingEnabled' is deprecated. Please use 'CanvasRenderingContext2D.imageSmoothingEnabled' instead.
Tests for the imageSmoothingEnabled attribute.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -5,8 +6,10 @@ 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.
« no previous file with comments | « no previous file | LayoutTests/fast/canvas/script-tests/canvas-imageSmoothingEnabled.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698