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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/inspector/security/interstitial-in-security-state-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/security/interstitial-in-security-state-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/security/interstitial-in-security-state-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..14fd095ea2b8f02e597da6a2575a737dd9789c0b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/security/interstitial-in-security-state-expected.txt
@@ -0,0 +1,175 @@
+Tests that when the security state says that an interstitial is shown or hidden, the sidebar origin list disappears or appears respectively.
+
+Security state says that interstitial is showing:
+<DIV >
+ <#document-fragment >
+ <STYLE type=text/css >
+ </STYLE>
+ <STYLE type=text/css >
+ </STYLE>
+ <STYLE type=text/css >
+ </STYLE>
+ <DIV class=tree-outline-disclosure >
+ <OL class=tree-outline tabindex=0 >
+ <LI class=security-main-view-sidebar-tree-item selected >
+ <DIV class=selection fill >
+ </DIV>
+ <DIV class=icon lock-icon lock-icon-neutral >
+ </DIV>
+ <SPAN class=title >
+Overview
+ </SPAN>
+ </LI>
+ <OL class=children >
+ </OL>
+ <LI class=parent expanded security-sidebar-origins hidden >
+ <DIV class=selection fill >
+ </DIV>
+ <SPAN class=tree-element-title >
+Main Origin
+ </SPAN>
+ </LI>
+ <OL class=children expanded hidden >
+ <LI class=security-main-view-reload-message >
+ <DIV class=selection fill >
+ </DIV>
+ <SPAN class=tree-element-title >
+Reload to view details
+ </SPAN>
+ </LI>
+ <OL class=children >
+ </OL>
+ </OL>
+ <LI class=parent expanded security-sidebar-origins hidden >
+ <DIV class=selection fill >
+ </DIV>
+ <SPAN class=tree-element-title >
+Non-Secure Origins
+ </SPAN>
+ </LI>
+ <OL class=children expanded hidden >
+ </OL>
+ <LI class=parent expanded security-sidebar-origins hidden >
+ <DIV class=selection fill >
+ </DIV>
+ <SPAN class=tree-element-title >
+Secure Origins
+ </SPAN>
+ </LI>
+ <OL class=children expanded hidden >
+ <LI class=security-sidebar-tree-item >
+ <DIV class=selection fill >
+ </DIV>
+ <DIV class=icon security-property security-property-secure >
+ </DIV>
+ <SPAN class=title >
+https://foo.test
+ </SPAN>
+ </LI>
+ <OL class=children >
+ </OL>
+ </OL>
+ <LI class=parent expanded security-sidebar-origins hidden >
+ <DIV class=selection fill >
+ </DIV>
+ <SPAN class=tree-element-title >
+Unknown / Canceled
+ </SPAN>
+ </LI>
+ <OL class=children expanded hidden >
+ </OL>
+ </OL>
+ </DIV>
+ <STYLE type=text/css >
+ </STYLE>
+ <STYLE type=text/css >
+ </STYLE>
+ </#document-fragment>
+</DIV>
+Security state says that interstitial is not showing:
+<DIV >
+ <#document-fragment >
+ <STYLE type=text/css >
+ </STYLE>
+ <STYLE type=text/css >
+ </STYLE>
+ <STYLE type=text/css >
+ </STYLE>
+ <DIV class=tree-outline-disclosure >
+ <OL class=tree-outline tabindex=0 >
+ <LI class=security-main-view-sidebar-tree-item selected >
+ <DIV class=selection fill >
+ </DIV>
+ <DIV class=icon lock-icon lock-icon-neutral >
+ </DIV>
+ <SPAN class=title >
+Overview
+ </SPAN>
+ </LI>
+ <OL class=children >
+ </OL>
+ <LI class=parent expanded security-sidebar-origins >
+ <DIV class=selection fill >
+ </DIV>
+ <SPAN class=tree-element-title >
+Main Origin
+ </SPAN>
+ </LI>
+ <OL class=children expanded >
+ <LI class=security-main-view-reload-message >
+ <DIV class=selection fill >
+ </DIV>
+ <SPAN class=tree-element-title >
+Reload to view details
+ </SPAN>
+ </LI>
+ <OL class=children >
+ </OL>
+ </OL>
+ <LI class=parent expanded security-sidebar-origins >
+ <DIV class=selection fill >
+ </DIV>
+ <SPAN class=tree-element-title >
+Non-Secure Origins
+ </SPAN>
+ </LI>
+ <OL class=children expanded >
+ </OL>
+ <LI class=parent expanded security-sidebar-origins >
+ <DIV class=selection fill >
+ </DIV>
+ <SPAN class=tree-element-title >
+Secure Origins
+ </SPAN>
+ </LI>
+ <OL class=children expanded >
+ <LI class=security-sidebar-tree-item >
+ <DIV class=selection fill >
+ </DIV>
+ <DIV class=icon security-property security-property-secure >
+ </DIV>
+ <SPAN class=title >
+https://foo.test
+ </SPAN>
+ </LI>
+ <OL class=children >
+ </OL>
+ </OL>
+ <LI class=parent expanded security-sidebar-origins >
+ <DIV class=selection fill >
+ </DIV>
+ <SPAN class=tree-element-title >
+Unknown / Canceled
+ </SPAN>
+ </LI>
+ <OL class=children expanded >
+ </OL>
+ </OL>
+ </DIV>
+ <STYLE type=text/css >
+ </STYLE>
+ <STYLE type=text/css >
+ </STYLE>
+ </#document-fragment>
+</DIV>
+

Powered by Google App Engine
This is Rietveld 408576698