summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/new/test/mochitest/examples/doc-sourcemap-bogus.html
blob: da448a2cdceb181b1b73c79254c0d4a6f4cc2dee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/ -->
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8"/>
    <title>Debugger test page</title>
  </head>

  <body>
    <script src="bogus-map.js"></script>
  </body>
</html>