summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/new/test/mochitest/examples/doc-sourcemaps.html
blob: 10f5da0479c1015b082f480e9f020e4ee33fcf1f (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="bundle.js"></script>
  </body>
</html>