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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/security/interstitial-in-security-state-expected.txt

Issue 2522733002: Do not prompt for reload when security panel is opened on an interstitial (Closed)
Patch Set: Created 4 years 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 when the security state says that an interstitial is shown or hidden, the sidebar origin list disappears or appears respectively.
2
3 Security state says that interstitial is showing:
4 <DIV >
5 <#document-fragment >
6 <STYLE type=text/css >
7 </STYLE>
8 <STYLE type=text/css >
9 </STYLE>
10 <STYLE type=text/css >
11 </STYLE>
12 <DIV class=tree-outline-disclosure >
13 <OL class=tree-outline tabindex=0 >
14 <LI class=security-main-view-sidebar-tree-item selected >
15 <DIV class=selection fill >
16 </DIV>
17 <DIV class=icon lock-icon lock-icon-neutral >
18 </DIV>
19 <SPAN class=title >
20 Overview
21 </SPAN>
22 </LI>
23 <OL class=children >
24 </OL>
25 <LI class=parent expanded security-sidebar-origins hidden >
26 <DIV class=selection fill >
27 </DIV>
28 <SPAN class=tree-element-title >
29 Main Origin
30 </SPAN>
31 </LI>
32 <OL class=children expanded hidden >
33 <LI class=security-main-view-reload-message >
34 <DIV class=selection fill >
35 </DIV>
36 <SPAN class=tree-element-title >
37 Reload to view details
38 </SPAN>
39 </LI>
40 <OL class=children >
41 </OL>
42 </OL>
43 <LI class=parent expanded security-sidebar-origins hidden >
44 <DIV class=selection fill >
45 </DIV>
46 <SPAN class=tree-element-title >
47 Non-Secure Origins
48 </SPAN>
49 </LI>
50 <OL class=children expanded hidden >
51 </OL>
52 <LI class=parent expanded security-sidebar-origins hidden >
53 <DIV class=selection fill >
54 </DIV>
55 <SPAN class=tree-element-title >
56 Secure Origins
57 </SPAN>
58 </LI>
59 <OL class=children expanded hidden >
60 <LI class=security-sidebar-tree-item >
61 <DIV class=selection fill >
62 </DIV>
63 <DIV class=icon security-property security-property-secu re >
64 </DIV>
65 <SPAN class=title >
66 https://foo.test
67 </SPAN>
68 </LI>
69 <OL class=children >
70 </OL>
71 </OL>
72 <LI class=parent expanded security-sidebar-origins hidden >
73 <DIV class=selection fill >
74 </DIV>
75 <SPAN class=tree-element-title >
76 Unknown / Canceled
77 </SPAN>
78 </LI>
79 <OL class=children expanded hidden >
80 </OL>
81 </OL>
82 </DIV>
83 <STYLE type=text/css >
84 </STYLE>
85 <STYLE type=text/css >
86 </STYLE>
87 </#document-fragment>
88 </DIV>
89 Security state says that interstitial is not showing:
90 <DIV >
91 <#document-fragment >
92 <STYLE type=text/css >
93 </STYLE>
94 <STYLE type=text/css >
95 </STYLE>
96 <STYLE type=text/css >
97 </STYLE>
98 <DIV class=tree-outline-disclosure >
99 <OL class=tree-outline tabindex=0 >
100 <LI class=security-main-view-sidebar-tree-item selected >
101 <DIV class=selection fill >
102 </DIV>
103 <DIV class=icon lock-icon lock-icon-neutral >
104 </DIV>
105 <SPAN class=title >
106 Overview
107 </SPAN>
108 </LI>
109 <OL class=children >
110 </OL>
111 <LI class=parent expanded security-sidebar-origins >
112 <DIV class=selection fill >
113 </DIV>
114 <SPAN class=tree-element-title >
115 Main Origin
116 </SPAN>
117 </LI>
118 <OL class=children expanded >
119 <LI class=security-main-view-reload-message >
120 <DIV class=selection fill >
121 </DIV>
122 <SPAN class=tree-element-title >
123 Reload to view details
124 </SPAN>
125 </LI>
126 <OL class=children >
127 </OL>
128 </OL>
129 <LI class=parent expanded security-sidebar-origins >
130 <DIV class=selection fill >
131 </DIV>
132 <SPAN class=tree-element-title >
133 Non-Secure Origins
134 </SPAN>
135 </LI>
136 <OL class=children expanded >
137 </OL>
138 <LI class=parent expanded security-sidebar-origins >
139 <DIV class=selection fill >
140 </DIV>
141 <SPAN class=tree-element-title >
142 Secure Origins
143 </SPAN>
144 </LI>
145 <OL class=children expanded >
146 <LI class=security-sidebar-tree-item >
147 <DIV class=selection fill >
148 </DIV>
149 <DIV class=icon security-property security-property-secu re >
150 </DIV>
151 <SPAN class=title >
152 https://foo.test
153 </SPAN>
154 </LI>
155 <OL class=children >
156 </OL>
157 </OL>
158 <LI class=parent expanded security-sidebar-origins >
159 <DIV class=selection fill >
160 </DIV>
161 <SPAN class=tree-element-title >
162 Unknown / Canceled
163 </SPAN>
164 </LI>
165 <OL class=children expanded >
166 </OL>
167 </OL>
168 </DIV>
169 <STYLE type=text/css >
170 </STYLE>
171 <STYLE type=text/css >
172 </STYLE>
173 </#document-fragment>
174 </DIV>
175
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698