| Index: chrome/test/data/extensions/api_test/clipboard/extension/iframe.js
|
| diff --git a/chrome/test/data/extensions/api_test/shared_module/shared_whitelist/pass.js b/chrome/test/data/extensions/api_test/clipboard/extension/iframe.js
|
| similarity index 75%
|
| copy from chrome/test/data/extensions/api_test/shared_module/shared_whitelist/pass.js
|
| copy to chrome/test/data/extensions/api_test/clipboard/extension/iframe.js
|
| index c4d1ef82f053aec3c7fe16646260969b7479a4aa..bcd83368edff1bed9f45bed19958fa9d0257eb9e 100644
|
| --- a/chrome/test/data/extensions/api_test/shared_module/shared_whitelist/pass.js
|
| +++ b/chrome/test/data/extensions/api_test/clipboard/extension/iframe.js
|
| @@ -2,4 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -var pass_exported = {};
|
| +parent.testDone(document.execCommand(parent.command));
|
|
|