| Index: chrome/test/data/extensions/api_test/media_galleries/copy_to_access/no_access/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/media_galleries/copy_to_access/no_access/test.js b/chrome/test/data/extensions/api_test/media_galleries/copy_to_access/no_access/test.js
|
| deleted file mode 100644
|
| index df0b78bb8d0c1cbfd3a040b430e5fa21efa20280..0000000000000000000000000000000000000000
|
| --- a/chrome/test/data/extensions/api_test/media_galleries/copy_to_access/no_access/test.js
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -// Copyright 2013 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -CreateDummyWindowToPreventSleep();
|
| -
|
| -chrome.test.runTests([
|
| - function validFileCopyToShouldFail() {
|
| - runCopyToTest(validWEBPImageCase, false /* expect failure */);
|
| - },
|
| - function invalidFileCopyToShouldFail() {
|
| - runCopyToTest(invalidWEBPImageCase, false /* expect failure */);
|
| - },
|
| -]);
|
| -
|
|
|