summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/test-bug-644419-log-limits.html
blob: 21d99ba148a623042d6773d34d54788791a96e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<!-- Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ -->
  <head>
    <meta charset="utf-8">
    <title>Test for bug 644419: console log limits</title>
  </head>
  <body>
    <h1>Test for bug 644419:  Console should have user-settable log limits for
      each message category</h1>

    <script type="text/javascript">
      function foo() {
        bar.baz();
      }
      foo();
    </script>
  </body>
</html>