| OLD | NEW |
| 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 | |
| 6 drawFocusIfNeeded | 5 drawFocusIfNeeded |
| 7 ellipse | 6 ellipse |
| 8 isContextLost | 7 isContextLost |
| 9 resetTransform | 8 resetTransform |
| 10 scrollPathIntoView | 9 scrollPathIntoView |
| 11 webkitImageSmoothingEnabled | 10 webkitImageSmoothingEnabled |
| 12 New properties and functions of CanvasGradient object that should be manually ex
amined (should be empty to pass the test): | 11 New properties and functions of CanvasGradient object that should be manually ex
amined (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): | 12 New properties and functions of CanvasPattern object that should be manually exa
mined (should be empty to pass the test): |
| 14 | 13 |
| OLD | NEW |