We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350691e commit 0c1671cCopy full SHA for 0c1671c
docs/writing-tests/testharness.md
@@ -241,7 +241,7 @@ otherwise too many tests to complete inside the timeout. For example:
241
<meta name="variant" content="?2001-last">
242
<script src="/resources/testharness.js"></script>
243
<script src="/resources/testharnessreport.js"></script>
244
-<script src="/common/subset-tests.js">
+<script src="/common/subset-tests.js"></script>
245
<script>
246
const tests = [
247
{ fn: t => { ... }, name: "..." },
0 commit comments