summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests/mochitest/file_bug795275.html
blob: c3886b8ba81459cdbc4223c4925630fb3c616463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<script type="application/javascript">
  function touchComponents() {
    Components;
  }
  function touchInterfaces() {
    Components.interfaces;
  }
</script>
</head>
<body>
</body>
</html>