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

Side by Side 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 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/ssl/page_with_unsafe_worker.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 var message = "failed"; 1 var message = "failed";
2 try { 2 try {
3 importScripts("https://127.0.0.1:9666/files/ssl/imported.js"); 3 importScripts("REPLACE_WITH_IMPORTED_JS_URL");
4 } catch(ex) { 4 } catch(ex) {
5 } 5 }
6 postMessage(message); 6 postMessage(message);
OLDNEW
« 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