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

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

Issue 418723002: Log the certificate subjects from the server certificate sent via QUIC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comment Created 6 years, 5 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
« no previous file with comments | « no previous file | net/base/net_log_event_type_list.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 fe9adee4f141c176ca3fed97834a34d175061d04..cf7bdc3b12fe91efb736e49bd265a64147a43d8f 100644
--- a/chrome/test/data/webui/net_internals/hsts_view.js
+++ b/chrome/test/data/webui/net_internals/hsts_view.js
@@ -124,8 +124,9 @@ CheckQueryResultTask.prototype = {
expectEquals(QueryResultType.SUCCESS, this.queryResultType_);
expectEquals(this.stsSubdomains_, result.dynamic_sts_include_subdomains);
expectEquals(this.pkpSubdomains_, result.dynamic_pkp_include_subdomains);
- expectLE(this.stsObserved_, result.dynamic_sts_observed);
- expectLE(this.pkpObserved_, result.dynamic_pkp_observed);
+ // Disabled because of http://crbug.com/397639
+ // expectLE(this.stsObserved_, result.dynamic_sts_observed);
+ // expectLE(this.pkpObserved_, result.dynamic_pkp_observed);
// |public_key_hashes| is an old synonym for what is now
// |preloaded_spki_hashes|, which in turn is a legacy synonym for
« no previous file with comments | « no previous file | net/base/net_log_event_type_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698