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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/security/security-explanation-ordering-expected.txt

Issue 2118583003: Display when PKP is bypassed in devtools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comments Created 4 years, 5 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-explanation-ordering-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-explanation-ordering-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-explanation-ordering-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..bdfdf978a36e48b94631003f5b7e1c0afc5b615d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-explanation-ordering-expected.txt
@@ -0,0 +1,52 @@
+Tests that info explanations are placed after regular explanations.
+
+<DIV class=security-explanation security-explanation-secure >
+ <DIV class=security-property security-property-secure >
+ </DIV>
+ <DIV class=security-explanation-text >
+ <DIV class=security-explanation-title >
+Valid Certificate
+ </DIV>
+ <DIV >
+The connection to this site is using a valid, trusted server certificate.
+ </DIV>
+ <BUTTON is=text-button type=button class=security-certificate-button >
+View certificate
+ <#document-fragment >
+ <STYLE type=text/css >
+ </STYLE>
+ <STYLE type=text/css >
+ </STYLE>
+ <STYLE type=text/css >
+ </STYLE>
+ <CONTENT >
+ </CONTENT>
+ </#document-fragment>
+ </BUTTON>
+ </DIV>
+</DIV>
+<DIV class=security-explanation security-explanation-secure >
+ <DIV class=security-property security-property-secure >
+ </DIV>
+ <DIV class=security-explanation-text >
+ <DIV class=security-explanation-title >
+Secure Resources
+ </DIV>
+ <DIV >
+All resources on this page are served securely.
+ </DIV>
+ </DIV>
+</DIV>
+<DIV class=security-explanation security-explanation-info >
+ <DIV class=security-property security-property-info >
+ </DIV>
+ <DIV class=security-explanation-text >
+ <DIV class=security-explanation-title >
+Public-Key Pinning Bypassed
+ </DIV>
+ <DIV >
+Public-key pinning was bypassed by a local root certificate.
+ </DIV>
+ </DIV>
+</DIV>
+

Powered by Google App Engine
This is Rietveld 408576698