testing/mochitest/static/th.template.txt

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:4de0653330ad
1 <!DOCTYPE html>
2 <meta charset=utf-8>
3 <title>Test for ...</title>
4 <script src="/resources/testharness.js"></script>
5 <script src="/resources/testharnessreport.js"></script>
6 <div id="log"></div>
7 <script>
8 test(function() {
9
10 }, "Description");
11 </script>

mercurial