summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/examples/doc_dbg-same-source-distinct-threads-frame.html
blob: 2620ee5edb03b763ebadbcce49104403d592618c (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 lang="en">
  <head>
    <meta charset="utf-8">
    <title>Iframe test page</title>
  </head>
  <body>
    <script type="text/javascript" src='https://example.com/browser/devtools/client/debugger/test/mochitest/examples/same-script.js'></script>
  </body>
</html>