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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-reload-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 content explanation prompts the user to refresh when there are no recorded requests, and links to the network panel when there are recorded requests. 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 Mixed Content 8 Mixed content
9 </DIV> 9 </DIV>
10 <DIV > 10 <DIV >
11 The site includes HTTP resources. 11 The site includes HTTP resources.
12 </DIV> 12 </DIV>
13 <DIV class=security-mixed-content > 13 <DIV class=security-mixed-content >
14 Reload the page to record requests for HTTP resources. 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 link >
29 View 1 request in Network Panel 29 View 1 request in Network Panel
30 </DIV> 30 </DIV>
31 </DIV> 31 </DIV>
32 </DIV> 32 </DIV>
33 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698