diff options
Diffstat (limited to 'testing/web-platform/tests/html/dom/usvstring-reflection.https.html')
-rw-r--r-- | testing/web-platform/tests/html/dom/usvstring-reflection.https.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/web-platform/tests/html/dom/usvstring-reflection.https.html b/testing/web-platform/tests/html/dom/usvstring-reflection.https.html index 775cb49281..d8d830dc59 100644 --- a/testing/web-platform/tests/html/dom/usvstring-reflection.https.html +++ b/testing/web-platform/tests/html/dom/usvstring-reflection.https.html @@ -124,7 +124,7 @@ promise_test(t => { const sendString = 'hello\uD999'; const receiveString = 'hello\uFFFD'; - return createDataChannelPair(t) + return createDataChannelPair(t, {}) .then(([channel1, channel2]) => { channel1.send(sendString); return awaitMessage(channel2) |