| Index: LayoutTests/fast/canvas/script-tests/canvas-scroll-path-into-view.js
|
| diff --git a/LayoutTests/fast/canvas/script-tests/canvas-scroll-path-into-view.js b/LayoutTests/fast/canvas/script-tests/canvas-scroll-path-into-view.js
|
| index 8cf2a4e802e798ab5928ea9f9424638136f5aca8..6a6e44b2b44699339767da109ade006f007e148a 100644
|
| --- a/LayoutTests/fast/canvas/script-tests/canvas-scroll-path-into-view.js
|
| +++ b/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("");
|
|
|