| Index: testing/resources/javascript/document_methods.in
|
| diff --git a/testing/resources/javascript/document_methods.in b/testing/resources/javascript/document_methods.in
|
| index b2467f37c4f02ded457c3dd060acc9339e4dc73b..3cd3330b878d22ef0fdfd1e865cce092f5df5607 100644
|
| --- a/testing/resources/javascript/document_methods.in
|
| +++ b/testing/resources/javascript/document_methods.in
|
| @@ -122,6 +122,7 @@ function testAddIcon() {
|
|
|
| // Second argument must actually be an icon.
|
| expectError('this.addIcon("myicon", 3)');
|
| + expectError('this.addIcon("myicon", undefined)');
|
|
|
| // TODO(tsepez): test success cases.
|
| }
|
|
|