diff options
author | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2018-11-06 20:34:54 -0500 |
---|---|---|
committer | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2018-11-06 22:43:16 -0500 |
commit | 0aa76d7524ad9d881a4579bc7fe39899d45c07c8 (patch) | |
tree | 943dc7621c029a318ddcb42bc1ee99c62e18e470 /tests/wpt/web-platform-tests/websockets/Create-Secure-valid-url-array-protocols.any.js | |
parent | b628b6ef8e8520a0137a4c82307ec3fbda40b890 (diff) | |
download | servo-0aa76d7524ad9d881a4579bc7fe39899d45c07c8.tar.gz servo-0aa76d7524ad9d881a4579bc7fe39899d45c07c8.zip |
Update web-platform-tests to revision 615bb572c95add74ca4fb9fed4af5269a49cf4ef
Diffstat (limited to 'tests/wpt/web-platform-tests/websockets/Create-Secure-valid-url-array-protocols.any.js')
-rw-r--r-- | tests/wpt/web-platform-tests/websockets/Create-Secure-valid-url-array-protocols.any.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wpt/web-platform-tests/websockets/Create-Secure-valid-url-array-protocols.any.js b/tests/wpt/web-platform-tests/websockets/Create-Secure-valid-url-array-protocols.any.js index fcaf8a36454..b0ebe6a0dbe 100644 --- a/tests/wpt/web-platform-tests/websockets/Create-Secure-valid-url-array-protocols.any.js +++ b/tests/wpt/web-platform-tests/websockets/Create-Secure-valid-url-array-protocols.any.js @@ -1,7 +1,7 @@ // META: script=websocket.sub.js -var testOpen = async_test("W3C WebSocket API - Create Secure WebSocket - Pass a valid URL and array of protocol strings - Connection should be opened"); -var testClose = async_test("W3C WebSocket API - Create Secure WebSocket - Pass a valid URL and array of protocol strings - Connection should be closed"); +var testOpen = async_test("Create Secure WebSocket - Pass a valid URL and array of protocol strings - Connection should be opened"); +var testClose = async_test("Create Secure WebSocket - Pass a valid URL and array of protocol strings - Connection should be closed"); var wsocket = CreateWebSocket(true, false, true); var isOpenCalled = false; |