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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/security/security-all-resources-secure-expected.txt

Issue 1383503003: [DevTools] Show a explanation when all resources in the page have been requested securely (no-mixed… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated owners + lint Created 5 years, 2 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-all-resources-secure-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-all-resources-secure-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-all-resources-secure-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..98b3a3fb7bbf8bf75d8fcc7041e77dfccdb26650
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-all-resources-secure-expected.txt
@@ -0,0 +1,15 @@
+Tests addition of explanation when all page resources are transferred securely (no-mixed-content).
+
+<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>
+

Powered by Google App Engine
This is Rietveld 408576698