Skip to content

Commit

Permalink
Close script tag in "Testing variants" doc (#34555)
Browse files Browse the repository at this point in the history
  • Loading branch information
apasel422 committed Jun 23, 2022
1 parent 350691e commit 0c1671c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing-tests/testharness.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ otherwise too many tests to complete inside the timeout. For example:
<meta name="variant" content="?2001-last">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/subset-tests.js">
<script src="/common/subset-tests.js"></script>
<script>
const tests = [
{ fn: t => { ... }, name: "..." },
Expand Down

0 comments on commit 0c1671c

Please sign in to comment.