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

Unified Diff: chrome/test/data/webui/certificate_viewer_dialog_test.js

Issue 8028024: Expose use-more-webui flag in chrome://flags and tweak cert viewer WebUI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Apply flackr CR feedback Created 9 years, 3 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 | « chrome/browser/ui/webui/certificate_viewer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/certificate_viewer_dialog_test.js
diff --git a/chrome/test/data/webui/certificate_viewer_dialog_test.js b/chrome/test/data/webui/certificate_viewer_dialog_test.js
index 63a1b6b3035bc25c6af43a4d8af9f13eda50fb36..d718af0608fc1fb59833f15d59ae29604c3cee46 100644
--- a/chrome/test/data/webui/certificate_viewer_dialog_test.js
+++ b/chrome/test/data/webui/certificate_viewer_dialog_test.js
@@ -80,8 +80,6 @@ TEST_F('CertificateViewerUITestAsync', 'MAYBE_testDetails', function() {
this.continueTest(WhenTestDone.DEFAULT, function() {
// There must be at least one certificate in the hierarchy.
assertLT(0, certHierarchy.childNodes.length);
- // No certificate fields should be currently loaded.
- assertEquals(0, certFields.childNodes.length);
// Select the first certificate on the chain and ensure the details show up.
// Override the receive certificate function to catch when fields are
« no previous file with comments | « chrome/browser/ui/webui/certificate_viewer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698