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 36a3553 commit 70a57acCopy full SHA for 70a57ac
docs/writing-tests/channels.md
@@ -75,9 +75,9 @@ test.html
75
```html
76
<!doctype html>
77
<title>call example</title>
78
-<script src="/resources/testharness.js">
79
-<script src="/resources/testharnessreport.js">
80
-<script src="/resources/channel.js">
+<script src="/resources/testharness.js"></script>
+<script src="/resources/testharnessreport.js"></script>
+<script src="/resources/channels.sub.js"></script>
81
82
<script>
83
promise_test(async t => {
@@ -94,7 +94,8 @@ promise_test(async t => {
94
child.html
95
96
97
+<!doctype html>
98
99
100
<p id="nottest">FAIL</p>
101
<p id="test">PASS</p>
0 commit comments