Skip to content

Commit

Permalink
Merge pull request web-platform-tests#73 from w3c/copy-pastable-templ…
Browse files Browse the repository at this point in the history
…ate-in-comment

Include a copy-pastable template for new tests
  • Loading branch information
jgraham committed Apr 24, 2014
2 parents 76a73d8 + 157184f commit e589625
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions testharness.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ policies and contribution forms [3].
*
* To use this file, import the script and the testharnessreport script into
* the test document:
* <script src="/resources/testharness.js"></script>
* <script src="/resources/testharnessreport.js"></script>
*
<!doctype html>
<title></title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
* Within each file one may define one or more tests. Each test is atomic
* in the sense that a single test has a single result (pass/fail/timeout).
* Within each test one may have a number of asserts. The test fails at the
Expand Down

0 comments on commit e589625

Please sign in to comment.