summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/static/th.template.txt
blob: cce145f492eab1a705dd6c0b61d4f7acf782882d (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<meta charset=utf-8>
<title>Test for ...</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id="log"></div>
<script>
test(function() {

}, "Description");
</script>