summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/browser/test-autocomplete-mapped.html
blob: cae1784969f7ccef7a9fb5d4c8fa28d4331ee28e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML>
<html dir="ltr" lang="en">
  <head>
    <meta charset="utf8">
    <!--
    - Any copyright is dedicated to the Public Domain.
    - http://creativecommons.org/publicdomain/zero/1.0/
    -->
    <title>Test for autocomplete displaying mapped variable names</title>
    <script src="test-autocomplete-mapped.js"></script>
  </head>
  <body>
    <p>Hello world!</p>
  </body>
</html>