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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-reload-expected.txt

Issue 2354873003: DevTools security panel: prompt user to reload for mixed requests (Closed)
Patch Set: add a test that includes active mixed content Created 4 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/mixed-content-reload-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/security/blocked-mixed-content-and-subresources-with-cert-errors-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-reload-expected.txt
similarity index 52%
copy from third_party/WebKit/LayoutTests/http/tests/inspector/security/blocked-mixed-content-and-subresources-with-cert-errors-expected.txt
copy to third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-reload-expected.txt
index 76247f893760c146c3478895dd8ded03a543f8c4..d19bf0f1b79313c43d5462e861b888d642a4e017 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/security/blocked-mixed-content-and-subresources-with-cert-errors-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-reload-expected.txt
@@ -1,26 +1,29 @@
-Tests active mixed content blocking in the security panel, along with subresources with cert errors.
+Tests that the mixed content explanation prompts the user to refresh when there are no recorded requests, and links to the network panel when there are recorded requests.
<DIV class=security-explanation security-explanation-neutral >
<DIV class=security-property security-property-neutral >
</DIV>
<DIV class=security-explanation-text >
<DIV class=security-explanation-title >
-Content with certificate errors
+Mixed Content
</DIV>
<DIV >
-This site includes resources that were loaded with certificate errors.
+The site includes HTTP resources.
+ </DIV>
+ <DIV class=security-mixed-content >
+Reload the page to record requests for HTTP resources.
</DIV>
</DIV>
</DIV>
-<DIV class=security-explanation security-explanation-info >
- <DIV class=security-property security-property-info >
+<DIV class=security-explanation security-explanation-neutral >
+ <DIV class=security-property security-property-neutral >
</DIV>
<DIV class=security-explanation-text >
<DIV class=security-explanation-title >
-Blocked mixed content
+Mixed Content
</DIV>
<DIV >
-Your page requested non-secure resources that were blocked.
+The site includes HTTP resources.
</DIV>
<DIV class=security-mixed-content link >
View 1 request in Network Panel

Powered by Google App Engine
This is Rietveld 408576698