| Index: third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-scroll-path-into-view.js
|
| 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 5890897fb38c1a967cd7c99a3d7b4f08f8fc113c..a934b8128784b4ea5a21d45bc00e1223dde84a8a 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,7 +153,6 @@ debug("");
|
|
|
| debug("Test case 5: exceptions");
|
| shouldThrow("context.scrollPathIntoView(null);");
|
| -shouldThrow("context.scrollPathIntoView(undefined);");
|
| shouldThrow("context.scrollPathIntoView([]);");
|
| shouldThrow("context.scrollPathIntoView({});");
|
| debug("");
|
|
|