summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/browser/test-websocket.html
blob: 2b2a9ae63c085ee8a873a74eeac670f42d09c3d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Web Console test for Web Socket errors</title>
    <!-- Any copyright is dedicated to the Public Domain.
         http://creativecommons.org/publicdomain/zero/1.0/ -->
  </head>
  <body>
    <p>Web Console test for Web Socket errors.</p>
    <iframe srcdoc="hello world!"></iframe>
    <script type="text/javascript" src="test-websocket.js"></script>
  </body>
</html>