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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-and-subresources-with-cert-errors-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 addition of explanation when there was both mixed content and subresources were loaded with certificate errors. 1 Tests addition of explanation when there was both mixed content and subresources were loaded with certificate errors.
2 2
3 <DIV class=security-explanation security-explanation-insecure > 3 <DIV class=security-explanation security-explanation-insecure >
4 <DIV class=security-property security-property-insecure > 4 <DIV class=security-property security-property-insecure >
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 Active Mixed Content 8 Active Mixed Content
9 </DIV> 9 </DIV>
10 <DIV > 10 <DIV >
11 You have recently allowed non-secure content (such as scripts or iframes) to run on this site. 11 You have recently allowed non-secure content (such as scripts or iframes) to run on this site.
12 </DIV> 12 </DIV>
13 <DIV class=security-mixed-content link > 13 <DIV class=security-mixed-content >
14 View requests in Network Panel 14 Reload the page to record requests for HTTP resources.
15 </DIV> 15 </DIV>
16 </DIV> 16 </DIV>
17 </DIV> 17 </DIV>
18 <DIV class=security-explanation security-explanation-neutral > 18 <DIV class=security-explanation security-explanation-neutral >
19 <DIV class=security-property security-property-neutral > 19 <DIV class=security-property security-property-neutral >
20 </DIV> 20 </DIV>
21 <DIV class=security-explanation-text > 21 <DIV class=security-explanation-text >
22 <DIV class=security-explanation-title > 22 <DIV class=security-explanation-title >
23 Mixed Content 23 Mixed Content
24 </DIV> 24 </DIV>
25 <DIV > 25 <DIV >
26 The site includes HTTP resources. 26 The site includes HTTP resources.
27 </DIV> 27 </DIV>
28 <DIV class=security-mixed-content link > 28 <DIV class=security-mixed-content >
29 View requests in Network Panel 29 Reload the page to record requests for HTTP resources.
30 </DIV> 30 </DIV>
31 </DIV> 31 </DIV>
32 </DIV> 32 </DIV>
33 <DIV class=security-explanation security-explanation-insecure > 33 <DIV class=security-explanation security-explanation-insecure >
34 <DIV class=security-property security-property-insecure > 34 <DIV class=security-property security-property-insecure >
35 </DIV> 35 </DIV>
36 <DIV class=security-explanation-text > 36 <DIV class=security-explanation-text >
37 <DIV class=security-explanation-title > 37 <DIV class=security-explanation-title >
38 Active content with certificate errors 38 Active content with certificate errors
39 </DIV> 39 </DIV>
40 <DIV > 40 <DIV >
41 You have recently allowed content loaded with certificate errors (such as script s or iframes) to run on this site. 41 You have recently allowed content loaded with certificate errors (such as script s or iframes) to run on this site.
42 </DIV> 42 </DIV>
43 </DIV> 43 </DIV>
44 </DIV> 44 </DIV>
45 <DIV class=security-explanation security-explanation-neutral > 45 <DIV class=security-explanation security-explanation-neutral >
46 <DIV class=security-property security-property-neutral > 46 <DIV class=security-property security-property-neutral >
47 </DIV> 47 </DIV>
48 <DIV class=security-explanation-text > 48 <DIV class=security-explanation-text >
49 <DIV class=security-explanation-title > 49 <DIV class=security-explanation-title >
50 Content with certificate errors 50 Content with certificate errors
51 </DIV> 51 </DIV>
52 <DIV > 52 <DIV >
53 This site includes resources that were loaded with certificate errors. 53 This site includes resources that were loaded with certificate errors.
54 </DIV> 54 </DIV>
55 </DIV> 55 </DIV>
56 </DIV> 56 </DIV>
57 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698