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

Side by Side 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, 1 month 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 unified diff | Download patch
OLDNEW
1 Tests active mixed content blocking in the security panel, along with subresourc es with cert errors. 1 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.
2 2
3 <DIV class=security-explanation security-explanation-neutral > 3 <DIV class=security-explanation security-explanation-neutral >
4 <DIV class=security-property security-property-neutral > 4 <DIV class=security-property security-property-neutral >
5 </DIV> 5 </DIV>
6 <DIV class=security-explanation-text > 6 <DIV class=security-explanation-text >
7 <DIV class=security-explanation-title > 7 <DIV class=security-explanation-title >
8 Content with certificate errors 8 Mixed Content
9 </DIV> 9 </DIV>
10 <DIV > 10 <DIV >
11 This site includes resources that were loaded with certificate errors. 11 The site includes HTTP resources.
12 </DIV>
13 <DIV class=security-mixed-content >
14 Reload the page to record requests for HTTP resources.
12 </DIV> 15 </DIV>
13 </DIV> 16 </DIV>
14 </DIV> 17 </DIV>
15 <DIV class=security-explanation security-explanation-info > 18 <DIV class=security-explanation security-explanation-neutral >
16 <DIV class=security-property security-property-info > 19 <DIV class=security-property security-property-neutral >
17 </DIV> 20 </DIV>
18 <DIV class=security-explanation-text > 21 <DIV class=security-explanation-text >
19 <DIV class=security-explanation-title > 22 <DIV class=security-explanation-title >
20 Blocked mixed content 23 Mixed Content
21 </DIV> 24 </DIV>
22 <DIV > 25 <DIV >
23 Your page requested non-secure resources that were blocked. 26 The site includes HTTP resources.
24 </DIV> 27 </DIV>
25 <DIV class=security-mixed-content link > 28 <DIV class=security-mixed-content link >
26 View 1 request in Network Panel 29 View 1 request in Network Panel
27 </DIV> 30 </DIV>
28 </DIV> 31 </DIV>
29 </DIV> 32 </DIV>
30 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698