| 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.
|
|
|