summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests/mochitest/test_bug601299.html
blob: cd726d7974d4e155a9cd581752c45190f342dbdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=601299

Trigger a fastnative from a frameless context.
-->
<head>
  <title>Test for Bug 601299</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body onload="window.setTimeout(RegExp, 0); window.setTimeout(function() { ok(true); SimpleTest.finish(); }, 0);">
<script>
SimpleTest.waitForExplicitFinish();
</script>
</body>
</html>