| 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
|
|
|