Bug 1852740: add tests for the `fetchpriority` attribute in Link headers. r=necko...
[gecko.git] / js / xpconnect / tests / mochitest / test_bug601299.html
blobcd726d7974d4e155a9cd581752c45190f342dbdd
1 <!DOCTYPE html>
2 <html>
3 <!--
4 https://bugzilla.mozilla.org/show_bug.cgi?id=601299
6 Trigger a fastnative from a frameless context.
7 -->
8 <head>
9 <title>Test for Bug 601299</title>
10 <script src="/tests/SimpleTest/SimpleTest.js"></script>
11 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
12 </head>
13 <body onload="window.setTimeout(RegExp, 0); window.setTimeout(function() { ok(true); SimpleTest.finish(); }, 0);">
14 <script>
15 SimpleTest.waitForExplicitFinish();
16 </script>
17 </body>
18 </html>