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

Unified Diff: chrome/test/data/ssl/page_with_unsafe_worker.html

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/browser/ssl/ssl_browser_tests.cc ('k') | chrome/test/data/ssl/unsafe_worker.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/ssl/page_with_unsafe_worker.html
diff --git a/chrome/test/data/ssl/page_with_unsafe_worker.html b/chrome/test/data/ssl/page_with_unsafe_worker.html
index db8dbfbf447fe0ec5147d4641fb336fc029bba5f..1c6bb56ab2b357424c0665640ce8c1418b5ff28f 100644
--- a/chrome/test/data/ssl/page_with_unsafe_worker.html
+++ b/chrome/test/data/ssl/page_with_unsafe_worker.html
@@ -14,7 +14,7 @@ function IsContentLoaded() {
var worker;
function test() {
- worker = new Worker("unsafe_worker.js");
+ worker = new Worker("REPLACE_WITH_UNSAFE_WORKER_PATH");
worker.onmessage = function(e) {
isContentLoaded = (e.data == "loaded");
isWorkerFinished = true;
« no previous file with comments | « chrome/browser/ssl/ssl_browser_tests.cc ('k') | chrome/test/data/ssl/unsafe_worker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698