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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/security/origin-view-then-interstitial-expected.txt

Issue 2244233008: DevTools security panel: switch to overview on interstitials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert accidental change Created 4 years, 4 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
(Empty)
1 Tests that the panel transitions to the overview view when navigating to an inte rstitial. Regression test for https://crbug.com/638601
2
3 Before selecting origin view:
4 <DIV class=widget vbox security-main-view >
5 <DIV class=security-summary >
6 <DIV class=security-summary-section-title >
7 Security Overview
8 </DIV>
9 <DIV class=lock-spectrum >
10 <DIV class=lock-icon lock-icon-secure >
11 </DIV>
12 <DIV class=lock-icon lock-icon-neutral >
13 </DIV>
14 <DIV class=lock-icon lock-icon-insecure >
15 </DIV>
16 </DIV>
17 <DIV class=triangle-pointer-container >
18 <DIV class=triangle-pointer-wrapper >
19 <DIV class=triangle-pointer >
20 </DIV>
21 </DIV>
22 </DIV>
23 <DIV class=security-summary-text >
24 </DIV>
25 </DIV>
26 <DIV class=security-explanation-list >
27 </DIV>
28 <DIV class=security-explanation-list security-explanations-extra >
29 </DIV>
30 </DIV>
31 Panel on origin view before interstitial:
32 <DIV class=widget vbox security-origin-view insertion-point-main >
33 <STYLE type=text/css >
34 </STYLE>
35 <STYLE type=text/css >
36 </STYLE>
37 <DIV class=title-section >
38 <DIV class=origin-display >
39 <SPAN class=security-property security-property-secure >
40 </SPAN>
41 <SPAN class=origin >
42 https://foo.test
43 </SPAN>
44 </DIV>
45 <DIV class=link >
46 View requests in Network Panel
47 </DIV>
48 </DIV>
49 <DIV class=origin-view-section >
50 <DIV class=origin-view-section-title >
51 Not Secure
52 </DIV>
53 <DIV >
54 Your connection to this origin is not secure.
55 </DIV>
56 </DIV>
57 </DIV>
58 After interstitial is shown:
59 <DIV class=widget vbox security-main-view >
60 <DIV class=security-summary >
61 <DIV class=security-summary-section-title >
62 Security Overview
63 </DIV>
64 <DIV class=lock-spectrum >
65 <DIV class=lock-icon lock-icon-secure >
66 </DIV>
67 <DIV class=lock-icon lock-icon-neutral >
68 </DIV>
69 <DIV class=lock-icon lock-icon-insecure >
70 </DIV>
71 </DIV>
72 <DIV class=triangle-pointer-container >
73 <DIV class=triangle-pointer-wrapper >
74 <DIV class=triangle-pointer >
75 </DIV>
76 </DIV>
77 </DIV>
78 <DIV class=security-summary-text >
79 </DIV>
80 </DIV>
81 <DIV class=security-explanation-list >
82 </DIV>
83 <DIV class=security-explanation-list security-explanations-extra >
84 </DIV>
85 </DIV>
86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698