test-duplicate-error.html 518 B

12345678910111213141516171819202122
  1. <!DOCTYPE HTML>
  2. <html dir="ltr" xml:lang="en-US" lang="en-US">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Console duplicate error test</title>
  6. <!--
  7. Any copyright is dedicated to the Public Domain.
  8. http://creativecommons.org/publicdomain/zero/1.0/
  9. See https://bugzilla.mozilla.org/show_bug.cgi?id=582201
  10. -->
  11. </head>
  12. <body>
  13. <h1>Heads Up Display - duplicate error test</h1>
  14. <script type="text/javascript"><!--
  15. fooDuplicateError1.bar();
  16. // --></script>
  17. </body>
  18. </html>