Bug 1735858 [wpt PR 31247] - App history: make it mostly nonfunctional for opaque...
[gecko.git] / testing / mochitest / static / chromehtml.template.txt
blob2ad7a6df521c03767b13def1037bf503ac99b17d
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4   <meta charset="utf-8">
5   <title><!-- TODO: insert title here --></title>
6   <script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
7   <link rel="stylesheet" href="chrome://mochikit/content/tests/SimpleTest/test.css"/>
8   <script>
9     add_task(async function test_TODO() {
10       ok(true, "TODO: implement the test");
11     });
12   </script>
13 </head>
14 <body>
15 <p id="display"></p>
16 <div id="content" style="display: none"></div>
17 <pre id="test"></pre>
18 </body>
19 </html>