| Index: LayoutTests/http/tests/websocket/tests/hybi/FIXME-handshake-fail-by-null-subprotocol-selection-whitelist.html
|
| diff --git a/LayoutTests/http/tests/websocket/tests/hybi/FIXME-handshake-fail-by-null-subprotocol-selection-whitelist.html b/LayoutTests/http/tests/websocket/tests/hybi/FIXME-handshake-fail-by-null-subprotocol-selection-whitelist.html
|
| deleted file mode 100644
|
| index 1f65fce0e4dd3fa28c8774113686c6c17b7e6f1e..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/websocket/tests/hybi/FIXME-handshake-fail-by-null-subprotocol-selection-whitelist.html
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -<!DOCTYPE HTML>
|
| -<html>
|
| -<head>
|
| -<script src="/js-test-resources/js-test.js"></script>
|
| -</head>
|
| -<body>
|
| -<div id="description"></div>
|
| -<div id="console"></div>
|
| -<script>
|
| -description("Test for verifying that the whitelist prevents handshake fail when the client requests a subprotocol but the server doesn't include a Sec-WebSocket-Protocol header in the response.");
|
| -
|
| -window.jsTestIsAsync = true;
|
| -
|
| -var url = "ws://localhost:8880/handshake-fail-by-null-subprotocol-selection";
|
| -var ws = new WebSocket(url, 'ica.citrix.com');
|
| -
|
| -ws.onopen = function()
|
| -{
|
| - testPassed("Connection established.");
|
| - ws.close();
|
| -};
|
| -
|
| -ws.onclose = function(event)
|
| -{
|
| - finishJSTest();
|
| -};
|
| -
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|