test-certificate-messages.html (739B)
1 <!-- 2 Bug 1068949 - Log crypto warnings to the security pane in the webconsole 3 --> 4 5 <!DOCTYPE HTML> 6 <html dir="ltr" xml:lang="en-US" lang="en-US"> 7 <head> 8 <meta charset="utf8"> 9 <title>Security warning test - no violations</title> 10 <!-- ensure no subresource errors so window re-use doesn't cause failures --> 11 <link rel="icon" href="data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVQI12P4//8/AAX+Av7czFnnAAAAAElFTkSuQmCC"> 12 <script> 13 "use strict"; 14 console.log("If you haven't seen ssl warnings yet, you won't"); 15 </script> 16 <!-- 17 Any copyright is dedicated to the Public Domain. 18 http://creativecommons.org/publicdomain/zero/1.0/ 19 --> 20 </head> 21 <body> 22 </body> 23 </html>