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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/security/security-pkp-bypassed-expected.txt

Issue 2118583003: Display when PKP is bypassed in devtools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
Index: third_party/WebKit/LayoutTests/http/tests/inspector/security/security-pkp-bypassed-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-blocked-mixed-content-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-pkp-bypassed-expected.txt
similarity index 73%
copy from third_party/WebKit/LayoutTests/http/tests/inspector/security/security-blocked-mixed-content-expected.txt
copy to third_party/WebKit/LayoutTests/http/tests/inspector/security/security-pkp-bypassed-expected.txt
index e97697a7030644aa6d877e7858bc9d1a5494cd9c..b0ffb8f48c4ba5f09228ab97386ba67623fcc3a0 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-blocked-mixed-content-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-pkp-bypassed-expected.txt
@@ -1,4 +1,4 @@
-Tests active mixed content blocking in the security panel.
+Tests addition of explanation when all page resources are transferred securely (no-mixed-content).
estark 2016/07/01 01:02:43 Looks like this description needs to be updated. (
dadrian 2016/07/01 01:58:45 Done.
<DIV class=security-explanation security-explanation-secure >
<DIV class=security-property security-property-secure >
@@ -17,13 +17,10 @@ All resources on this page are served securely.
</DIV>
<DIV class=security-explanation-text >
<DIV class=security-explanation-title >
-Blocked mixed content
+Public-Key Pinning
</DIV>
<DIV >
-Your page requested insecure resources that were blocked.
- </DIV>
- <DIV class=security-mixed-content link >
-View 1 request in Network Panel
+Public-key pinning was bypassed by a local root certificate.
</DIV>
</DIV>
</DIV>

Powered by Google App Engine
This is Rietveld 408576698