Skip to content

Commit 00bb377

Browse files
zcorpanfoolip
authored andcommitted
Call done() in websockets/opening-handshake/003-sets-origin.worker.js (web-platform-tests#11527)
This prevents the test harness to time out.
1 parent e06f121 commit 00bb377

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

websockets/opening-handshake/003-sets-origin.worker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ async_test(function(t) {
1515
})
1616
ws.onerror = ws.onclose = t.unreached_func();
1717
}, "W3C WebSocket API - origin set in a Worker");
18+
done();

0 commit comments

Comments
 (0)