summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/test-console-replaced-api.html
blob: 2b05d023acd290d16b91aa1f8e4de0f9da015d1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<html dir="ltr" xml:lang="en-US" lang="en-US"><head>
    <meta charset="utf-8">
    <title>Console test replaced API</title>
  </head>
  <body>
    <h1 id="header">Web Console Replace API Test</h1>
    <script type="text/javascript">
      window.console = {log: function (msg){}, info: function (msg){}, warn: function (msg){}, error: function (msg){}};
    </script>
  </body>
</html>