summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/test-bug-601177-log-levels.html
blob: a592139077d5b4c11d1ce6f2d01c336d35766543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML>
<html dir="ltr" xml:lang="en-US" lang="en-US">
  <head>
    <meta charset="utf-8">
    <title>Web Console test for bug 601177: log levels</title>
    <script src="test-bug-601177-log-levels.js" type="text/javascript"></script>
    <script type="text/javascript"><!--
      window.undefinedPropertyBug601177;
    // --></script>
    <!--
       - Any copyright is dedicated to the Public Domain.
       - http://creativecommons.org/publicdomain/zero/1.0/
       -->
  </head>
  <body>
    <h1>Web Console test for bug 601177: log levels</h1>
    <img src="test-image.png?bug601177">
    <img src="foobar-known-to-fail.png?bug601177">
  </body>
</html>