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

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

Issue 54623005: net: allow invalid TransportSecurityState to process invalid DNS names. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browser tests. Created 7 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 | « no previous file | net/base/dns_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/net_internals/hsts_view.js
diff --git a/chrome/test/data/webui/net_internals/hsts_view.js b/chrome/test/data/webui/net_internals/hsts_view.js
index 863b9059feba446326ec92d30645ded4383a1827..56e4bf88787b680e02efec63abdb2b686f095558 100644
--- a/chrome/test/data/webui/net_internals/hsts_view.js
+++ b/chrome/test/data/webui/net_internals/hsts_view.js
@@ -308,8 +308,9 @@ TEST_F('NetInternalsTest', 'netInternalsHSTSViewAddDelete', function() {
TEST_F('NetInternalsTest', 'netInternalsHSTSViewAddFail', function() {
NetInternalsTest.switchToView('hsts');
taskQueue = new NetInternalsTest.TaskQueue(true);
- taskQueue.addTask(new AddTask('~', false, false, '',
- QueryResultType.NOT_FOUND));
+ taskQueue.addTask(new AddTask('0123456789012345678901234567890' +
+ '012345678901234567890123456789012345',
+ false, false, '', QueryResultType.NOT_FOUND));
taskQueue.run();
});
« no previous file with comments | « no previous file | net/base/dns_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698