summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/new-console-output/test/fixtures/stub-generators/test-network-event.html
blob: c234acea622958eaaed22c9f8b913edd284d5063 (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 for network event</title>
  </head>
  <body>
    <p>Stub generator for network event</p>
    <script src="test-tempfile.js"></script>
  </body>
</html>