diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-path-context-stroke.js')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-path-context-stroke.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-path-context-stroke.js b/third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-path-context-stroke.js index 199725b..4905abc 100644 --- a/third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-path-context-stroke.js +++ b/third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-path-context-stroke.js @@ -47,6 +47,7 @@ function prepareTestScenario() { // Test exception cases. shouldThrow("ctx.stroke(null)"); + shouldThrow("ctx.stroke(undefined)"); shouldThrow("ctx.stroke([])"); shouldThrow("ctx.stroke({})"); } |