diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/websockets/Send-binary-arraybufferview-int16-offset.any.js')
-rw-r--r-- | tests/wpt/web-platform-tests/websockets/Send-binary-arraybufferview-int16-offset.any.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/wpt/web-platform-tests/websockets/Send-binary-arraybufferview-int16-offset.any.js b/tests/wpt/web-platform-tests/websockets/Send-binary-arraybufferview-int16-offset.any.js index 7022668e637..a32b1391dc7 100644 --- a/tests/wpt/web-platform-tests/websockets/Send-binary-arraybufferview-int16-offset.any.js +++ b/tests/wpt/web-platform-tests/websockets/Send-binary-arraybufferview-int16-offset.any.js @@ -1,8 +1,8 @@ // META: script=websocket.sub.js -var testOpen = async_test("W3C WebSocket API - Send binary data on a WebSocket - ArrayBufferView - Int16Array with offset - Connection should be opened"); -var testMessage = async_test("W3C WebSocket API - Send binary data on a WebSocket - ArrayBufferView - Int16Array with offset - Message should be received"); -var testClose = async_test("W3C WebSocket API - Send binary data on a WebSocket - ArrayBufferView - Int16Array with offset - Connection should be closed"); +var testOpen = async_test("Send binary data on a WebSocket - ArrayBufferView - Int16Array with offset - Connection should be opened"); +var testMessage = async_test("Send binary data on a WebSocket - ArrayBufferView - Int16Array with offset - Message should be received"); +var testClose = async_test("Send binary data on a WebSocket - ArrayBufferView - Int16Array with offset - Connection should be closed"); var data = ""; var datasize = 8; |