| OLD | NEW |
| 1 Tests that the sidebar origin list disappears and appers when an interstitial is
shown or hidden. | 1 Tests that the sidebar origin list disappears and appers when an interstitial is
shown or hidden. |
| 2 | 2 |
| 3 Before interstitial is shown: | 3 Before interstitial is shown: |
| 4 <DIV > | 4 <DIV > |
| 5 <#document-fragment > | 5 <#document-fragment > |
| 6 <STYLE type=text/css > | 6 <STYLE type=text/css > |
| 7 </STYLE> | 7 </STYLE> |
| 8 <STYLE type=text/css > | 8 <STYLE type=text/css > |
| 9 </STYLE> | 9 </STYLE> |
| 10 <STYLE type=text/css > | 10 <STYLE type=text/css > |
| 11 </STYLE> | 11 </STYLE> |
| 12 <DIV class=tree-outline-disclosure > | 12 <DIV class=tree-outline-disclosure > |
| 13 <OL class=tree-outline tabindex=0 > | 13 <OL class=tree-outline > |
| 14 <LI class=security-main-view-sidebar-tree-item selected force-wh
ite-icons > | 14 <LI class=security-main-view-sidebar-tree-item selected tabindex
=0 > |
| 15 <DIV class=selection fill > | 15 <DIV class=selection fill > |
| 16 </DIV> | 16 </DIV> |
| 17 <SPAN class=tree-element-title > | 17 <SPAN class=tree-element-title > |
| 18 </SPAN> | 18 </SPAN> |
| 19 <DIV class=icon lock-icon lock-icon-unknown > | 19 <DIV class=icon lock-icon lock-icon-unknown > |
| 20 </DIV> | 20 </DIV> |
| 21 <SPAN class=title > | 21 <SPAN class=title > |
| 22 Overview | 22 Overview |
| 23 </SPAN> | 23 </SPAN> |
| 24 </LI> | 24 </LI> |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 After interstitial is shown: | 106 After interstitial is shown: |
| 107 <DIV > | 107 <DIV > |
| 108 <#document-fragment > | 108 <#document-fragment > |
| 109 <STYLE type=text/css > | 109 <STYLE type=text/css > |
| 110 </STYLE> | 110 </STYLE> |
| 111 <STYLE type=text/css > | 111 <STYLE type=text/css > |
| 112 </STYLE> | 112 </STYLE> |
| 113 <STYLE type=text/css > | 113 <STYLE type=text/css > |
| 114 </STYLE> | 114 </STYLE> |
| 115 <DIV class=tree-outline-disclosure > | 115 <DIV class=tree-outline-disclosure > |
| 116 <OL class=tree-outline tabindex=0 > | 116 <OL class=tree-outline > |
| 117 <LI class=security-main-view-sidebar-tree-item selected force-wh
ite-icons > | 117 <LI class=security-main-view-sidebar-tree-item selected tabindex
=0 > |
| 118 <DIV class=selection fill > | 118 <DIV class=selection fill > |
| 119 </DIV> | 119 </DIV> |
| 120 <SPAN class=tree-element-title > | 120 <SPAN class=tree-element-title > |
| 121 </SPAN> | 121 </SPAN> |
| 122 <DIV class=icon lock-icon lock-icon-unknown > | 122 <DIV class=icon lock-icon lock-icon-unknown > |
| 123 </DIV> | 123 </DIV> |
| 124 <SPAN class=title > | 124 <SPAN class=title > |
| 125 Overview | 125 Overview |
| 126 </SPAN> | 126 </SPAN> |
| 127 </LI> | 127 </LI> |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 After interstitial is hidden: | 209 After interstitial is hidden: |
| 210 <DIV > | 210 <DIV > |
| 211 <#document-fragment > | 211 <#document-fragment > |
| 212 <STYLE type=text/css > | 212 <STYLE type=text/css > |
| 213 </STYLE> | 213 </STYLE> |
| 214 <STYLE type=text/css > | 214 <STYLE type=text/css > |
| 215 </STYLE> | 215 </STYLE> |
| 216 <STYLE type=text/css > | 216 <STYLE type=text/css > |
| 217 </STYLE> | 217 </STYLE> |
| 218 <DIV class=tree-outline-disclosure > | 218 <DIV class=tree-outline-disclosure > |
| 219 <OL class=tree-outline tabindex=0 > | 219 <OL class=tree-outline > |
| 220 <LI class=security-main-view-sidebar-tree-item selected force-wh
ite-icons > | 220 <LI class=security-main-view-sidebar-tree-item selected tabindex
=0 > |
| 221 <DIV class=selection fill > | 221 <DIV class=selection fill > |
| 222 </DIV> | 222 </DIV> |
| 223 <SPAN class=tree-element-title > | 223 <SPAN class=tree-element-title > |
| 224 </SPAN> | 224 </SPAN> |
| 225 <DIV class=icon lock-icon lock-icon-unknown > | 225 <DIV class=icon lock-icon lock-icon-unknown > |
| 226 </DIV> | 226 </DIV> |
| 227 <SPAN class=title > | 227 <SPAN class=title > |
| 228 Overview | 228 Overview |
| 229 </SPAN> | 229 </SPAN> |
| 230 </LI> | 230 </LI> |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 </OL> | 303 </OL> |
| 304 </OL> | 304 </OL> |
| 305 </DIV> | 305 </DIV> |
| 306 <STYLE type=text/css > | 306 <STYLE type=text/css > |
| 307 </STYLE> | 307 </STYLE> |
| 308 <STYLE type=text/css > | 308 <STYLE type=text/css > |
| 309 </STYLE> | 309 </STYLE> |
| 310 </#document-fragment> | 310 </#document-fragment> |
| 311 </DIV> | 311 </DIV> |
| 312 | 312 |
| OLD | NEW |