test-certificate-messages.html 719 B

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