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-protocol-string.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-protocol-string.any.js')
-rw-r--r-- | tests/wpt/web-platform-tests/websockets/Create-Secure-valid-url-protocol-string.any.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wpt/web-platform-tests/websockets/Create-Secure-valid-url-protocol-string.any.js b/tests/wpt/web-platform-tests/websockets/Create-Secure-valid-url-protocol-string.any.js index 59c77c696ac..e1e661cf567 100644 --- a/tests/wpt/web-platform-tests/websockets/Create-Secure-valid-url-protocol-string.any.js +++ b/tests/wpt/web-platform-tests/websockets/Create-Secure-valid-url-protocol-string.any.js @@ -1,7 +1,7 @@ // META: script=websocket.sub.js -var testOpen = async_test("W3C WebSocket API - Create Secure WebSocket - Check readyState is 1"); -var testClose = async_test("W3C WebSocket API - Create Secure WebSocket - Pass a valid URL and protocol string - Connection should be closed"); +var testOpen = async_test("Create Secure WebSocket - Check readyState is 1"); +var testClose = async_test("Create Secure WebSocket - Pass a valid URL and protocol string - Connection should be closed"); var wsocket = CreateWebSocket(true, true, false); var isOpenCalled = false; |