Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4781)

Unified Diff: chrome/test/data/extensions/api_test/clipboard/extension_no_permission/iframe.js

Issue 501513002: Change these tests to actually trigger the execCommand from the iframe context. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add copyright Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/clipboard/extension_no_permission/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_no_permission/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_no_permission/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_no_permission/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));

Powered by Google App Engine
This is Rietveld 408576698