| Index: third_party/WebKit/LayoutTests/http/tests/inspector/security/security-pkp-bypassed.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-all-resources-secure.html b/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-pkp-bypassed.html
|
| similarity index 85%
|
| copy from third_party/WebKit/LayoutTests/http/tests/inspector/security/security-all-resources-secure.html
|
| copy to third_party/WebKit/LayoutTests/http/tests/inspector/security/security-pkp-bypassed.html
|
| index 649896cb6c20e797728bf33fa5f4eff2c910d5d6..42b6125fbeb9a08721b610a08c5cff62f6919e72 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-all-resources-secure.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-pkp-bypassed.html
|
| @@ -7,7 +7,7 @@ function test()
|
| {
|
| var mixedContentStatus = { ranInsecureContent: false, displayedInsecureContent: false};
|
|
|
| - InspectorTest.mainTarget.model(WebInspector.SecurityModel).dispatchEventToListeners(WebInspector.SecurityModel.EventTypes.SecurityStateChanged, new WebInspector.PageSecurityState(SecurityAgent.SecurityState.Secure, [], mixedContentStatus, true));
|
| + InspectorTest.mainTarget.model(WebInspector.SecurityModel).dispatchEventToListeners(WebInspector.SecurityModel.EventTypes.SecurityStateChanged, new WebInspector.PageSecurityState(SecurityAgent.SecurityState.Secure, [], mixedContentStatus, true, true));
|
|
|
| var request = new WebInspector.NetworkRequest(InspectorTest.mainTarget, 0, "http://foo.test", "https://foo.test", 0, 0, null);
|
| InspectorTest.dispatchRequestFinished(request);
|
| @@ -20,6 +20,6 @@ function test()
|
| </script>
|
| </head>
|
| <body onload="runTest()">
|
| -<p>Tests addition of explanation when all page resources are transferred securely (no-mixed-content).</p>
|
| +<p>Tests addition of explanation for when PKP is bypassed by a local trust anchor.</p>
|
| </body>
|
| </html>
|
|
|