Skip to content

Commit 0c1671c

Browse files
authored
Close script tag in "Testing variants" doc (#34555)
1 parent 350691e commit 0c1671c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing-tests/testharness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ otherwise too many tests to complete inside the timeout. For example:
241241
<meta name="variant" content="?2001-last">
242242
<script src="/resources/testharness.js"></script>
243243
<script src="/resources/testharnessreport.js"></script>
244-
<script src="/common/subset-tests.js">
244+
<script src="/common/subset-tests.js"></script>
245245
<script>
246246
const tests = [
247247
{ fn: t => { ... }, name: "..." },

0 commit comments

Comments
 (0)