summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/new-console-output/test/fixtures/stub-generators/test-console-api.html
blob: 3246cff1541ec78350b24a82468e04ddcab2f6a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Stub generator</title>
  </head>
  <body>
    <p>Stub generator</p>
    <script src="test-tempfile.js"></script>
  </body>
</html>