diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-scroll-path-into-view.js')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-scroll-path-into-view.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-scroll-path-into-view.js b/third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-scroll-path-into-view.js index 8cf2a4e..6a6e44b 100644 --- a/third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-scroll-path-into-view.js +++ b/third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-scroll-path-into-view.js @@ -153,6 +153,7 @@ debug(""); debug("Test case 5: exceptions"); shouldThrow("context.scrollPathIntoView(null);"); +shouldThrow("context.scrollPathIntoView(undefined);"); shouldThrow("context.scrollPathIntoView([]);"); shouldThrow("context.scrollPathIntoView({});"); debug(""); |