Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<head>
<meta charset="utf-8" />
<title><!-- TODO: insert title here --></title>
<link rel="stylesheet" href="chrome://mochikit/content/tests/SimpleTest/test.css"/>
<script><![CDATA[
add_task(async function test_TODO() {
ok(true, "TODO: implement the test");
});
]]></script>
</head>
<body>
<p id="display"></p>
<div id="content" style="display: none"></div>
<pre id="test"></pre>
</body>
</html>