summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/tests/Harness_sanity/file_SpecialPowersFrame1.html
blob: f6d7046e9a045db99c113729b56851db79552ed1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
  <head>
    <script src="/tests/SimpleTest/SimpleTest.js"></script>
    <script src="/tests/SimpleTest/EventUtils.js"></script>
    <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
  </head>
  <body>
    <div id="content" style="display: none">
      <script type="text/javascript">
        is(SpecialPowers.sanityCheck(), "foo", "Check Special Powers in iframe");
      </script>
    </div>
  </body>
</html>