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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-form-expected.txt

Issue 2881513003: DevTools: Convert Security Panel to Sentence case (Closed)
Patch Set: Fix unit test Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 Tests that the mixed-form explanation appears correctly. 1 Tests that the mixed-form explanation appears correctly.
2 2
3 3
4 Security Explanations (Mixed Form Only) -------------- 4 Security Explanations (Mixed Form Only) --------------
5 <DIV class=security-explanation security-explanation-neutral > 5 <DIV class=security-explanation security-explanation-neutral >
6 <DIV class=security-property security-property-neutral > 6 <DIV class=security-property security-property-neutral >
7 </DIV> 7 </DIV>
8 <DIV class=security-explanation-text > 8 <DIV class=security-explanation-text >
9 <DIV class=security-explanation-title > 9 <DIV class=security-explanation-title >
10 Non-secure Form 10 Non-secure form
11 </DIV> 11 </DIV>
12 <DIV > 12 <DIV >
13 The page includes a form with a non-secure "action" attribute. 13 The page includes a form with a non-secure "action" attribute.
14 </DIV> 14 </DIV>
15 </DIV> 15 </DIV>
16 </DIV> 16 </DIV>
17 <DIV class=security-explanation security-explanation-secure > 17 <DIV class=security-explanation security-explanation-secure >
18 <DIV class=security-property security-property-secure > 18 <DIV class=security-property security-property-secure >
19 </DIV> 19 </DIV>
20 <DIV class=security-explanation-text > 20 <DIV class=security-explanation-text >
21 <DIV class=security-explanation-title > 21 <DIV class=security-explanation-title >
22 Secure Resources 22 Secure resources
23 </DIV> 23 </DIV>
24 <DIV > 24 <DIV >
25 All resources on this page are served securely. 25 All resources on this page are served securely.
26 </DIV> 26 </DIV>
27 </DIV> 27 </DIV>
28 </DIV> 28 </DIV>
29 29
30 Security Explanations (Mixed Form + Mixed Passive) -------------- 30 Security Explanations (Mixed Form + Mixed Passive) --------------
31 <DIV class=security-explanation security-explanation-neutral > 31 <DIV class=security-explanation security-explanation-neutral >
32 <DIV class=security-property security-property-neutral > 32 <DIV class=security-property security-property-neutral >
33 </DIV> 33 </DIV>
34 <DIV class=security-explanation-text > 34 <DIV class=security-explanation-text >
35 <DIV class=security-explanation-title > 35 <DIV class=security-explanation-title >
36 Non-secure Form 36 Non-secure form
37 </DIV> 37 </DIV>
38 <DIV > 38 <DIV >
39 The page includes a form with a non-secure "action" attribute. 39 The page includes a form with a non-secure "action" attribute.
40 </DIV> 40 </DIV>
41 </DIV> 41 </DIV>
42 </DIV> 42 </DIV>
43 <DIV class=security-explanation security-explanation-neutral > 43 <DIV class=security-explanation security-explanation-neutral >
44 <DIV class=security-property security-property-neutral > 44 <DIV class=security-property security-property-neutral >
45 </DIV> 45 </DIV>
46 <DIV class=security-explanation-text > 46 <DIV class=security-explanation-text >
47 <DIV class=security-explanation-title > 47 <DIV class=security-explanation-title >
48 Mixed Content 48 Mixed content
49 </DIV> 49 </DIV>
50 <DIV > 50 <DIV >
51 The site includes HTTP resources. 51 The site includes HTTP resources.
52 </DIV> 52 </DIV>
53 <DIV class=security-mixed-content > 53 <DIV class=security-mixed-content >
54 Reload the page to record requests for HTTP resources. 54 Reload the page to record requests for HTTP resources.
55 </DIV> 55 </DIV>
56 </DIV> 56 </DIV>
57 </DIV> 57 </DIV>
58 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698