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

Side by Side Diff: LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes-expected.txt

Issue 238263005: Unprefix webkitImageSmoothingEnabled -> imageSmoothingEnabled. As webkitImageSmoothingEnabled is re… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing some errors Created 6 years, 8 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 unified diff | Download patch
OLDNEW
1 Test to catch Canvas 2D API changes. If this test should ever fail, we should re -examine the Canvas 2D state saving/restoring logic in the InjectedScriptModule to include any latest changes to the API. 1 Test to catch Canvas 2D API changes. If this test should ever fail, we should re -examine the Canvas 2D state saving/restoring logic in the InjectedScriptModule to include any latest changes to the API.
2 2
3 New properties and functions that should be manually examined (should be empty t o pass the test): 3 New properties and functions that should be manually examined (should be empty t o pass the test):
4 currentTransform 4 currentTransform
5 drawCustomFocusRing 5 drawCustomFocusRing
6 drawFocusIfNeeded 6 drawFocusIfNeeded
7 ellipse 7 ellipse
8 isContextLost 8 isContextLost
9 resetTransform 9 resetTransform
10 scrollPathIntoView 10 scrollPathIntoView
11 webkitImageSmoothingEnabled
11 New properties and functions of CanvasGradient object that should be manually ex amined (should be empty to pass the test): 12 New properties and functions of CanvasGradient object that should be manually ex amined (should be empty to pass the test):
12 New properties and functions of CanvasPattern object that should be manually exa mined (should be empty to pass the test): 13 New properties and functions of CanvasPattern object that should be manually exa mined (should be empty to pass the test):
13 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698