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

Unified Diff: chrome/test/data/ssl/unsafe_worker.js

Issue 5472001: Fix SSLUITest.TestUnsafeContentsInWorker*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra if Created 10 years, 1 month 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
« no previous file with comments | « chrome/test/data/ssl/page_with_unsafe_worker.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/ssl/unsafe_worker.js
diff --git a/chrome/test/data/ssl/unsafe_worker.js b/chrome/test/data/ssl/unsafe_worker.js
index 984223d60086abdd48443c89f0bbf801da49d842..1ad6792c09c133a47b99745e2aff73436668d427 100644
--- a/chrome/test/data/ssl/unsafe_worker.js
+++ b/chrome/test/data/ssl/unsafe_worker.js
@@ -1,6 +1,6 @@
var message = "failed";
try {
- importScripts("https://127.0.0.1:9666/files/ssl/imported.js");
+ importScripts("REPLACE_WITH_IMPORTED_JS_URL");
} catch(ex) {
}
postMessage(message);
« no previous file with comments | « chrome/test/data/ssl/page_with_unsafe_worker.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698