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

Unified Diff: chrome/test/data/webui/net_internals/bandwidth_view.js

Issue 1378123003: Adding SSL ETS Tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ets
Patch Set: Rebase. Created 5 years, 2 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/webui/net_internals/bandwidth_view.js
diff --git a/chrome/test/data/webui/net_internals/bandwidth_view.js b/chrome/test/data/webui/net_internals/bandwidth_view.js
index 38ceafbf7edd7dc719db373076f0018f7681ad58..c02e913792f66c335ce64851cd78450d8811b168 100644
--- a/chrome/test/data/webui/net_internals/bandwidth_view.js
+++ b/chrome/test/data/webui/net_internals/bandwidth_view.js
@@ -245,7 +245,7 @@ DataReductionProxyTask.prototype = {
TEST_F('NetInternalsTest', 'netInternalsSessionBandwidthSucceed', function() {
var taskQueue = new NetInternalsTest.TaskQueue(true);
taskQueue.addTask(
- new NetInternalsTest.GetTestServerURLTask('files/title1.html'));
+ new NetInternalsTest.GetTestServerURLTask('/title1.html'));
// Load a page with a content length of 66 bytes and a 45-byte favicon.
taskQueue.addTask(new BandwidthTask(66, 45));
taskQueue.run();
« no previous file with comments | « chrome/test/data/ssl/page_with_unsafe_popup.html ('k') | chrome/test/data/webui/net_internals/prerender_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698