Index: third_party/WebKit/LayoutTests/http/tests/inspector/security/security-explanation-ordering.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-explanation-ordering.html b/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-explanation-ordering.html |
index 686b36393ada620fb4ce0cf584e18eb39105be49..c98c35d25c6a00d086116a85cdbe99e2bacc7bcb 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-explanation-ordering.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-explanation-ordering.html |
@@ -21,6 +21,12 @@ function test() |
"description": "The connection to this site is using a valid, trusted server certificate.", |
"securityState": "secure", |
"summary": "Valid Certificate" |
+ }, |
+ { |
+ "description": "The connection to this site uses a strong protocol (TLS 1.2), a strong key exchange (ECDHE_RSA), and an obsolete cipher (AES_256_CBC with HMAC-SHA1).", |
+ "securityState": "secure", |
+ "summary": "Obsolete Connection Settings" |
+ |
} |
]; |