blob: 034a30d5a837876b4d45ba0b9287d7f4844305fe [file] [log] [blame]
This directory contains resources used by WebSocket server for testing.
Multiple tests may share one resource, or URI handler.
- connect_check.html : A page provides simple WebSocket connectivity check.
This page changes page title to "PASS" to notify content::TitleWatcher.
Used by ProxyBrowserTest.BasicAuthWSConnect,
SSLUITest.TestWSSInvalidCertAndGoForward, SSLUITest.TestWSSClientCert,
and SSLUITestIgnoreCertErrors.TestWSS.
- websocket_shared_worker.html : A page provides simple WebSocket test in
shared worker. This page changes page title to "PASS" to notify
content::TitleWatcher.
Used by WorkerTest.WebSocketSharedWorker.
- websocket_worker_simple.js : A JavaScript runs on Workers created from the
websocket_shared_worker.html.
Used by WorkerTest.WebSocketSharedWorker.
- echo-with-no-extension_wsh.py : A WebSocket URL handler for echo testing.
This handler disables all WebSocket extension so that we can perform
frame data dependent tests.
Used by kinds of PPAPI tests for WebSocket, ExtensionApiTest.WebSocket,
and WorkerTest.WebSocketSharedWorker.
- close_wsh.py : A WebSocket URL handler for testing outgoing close code and
reason.
Used by kinds of PPAPI tests for WebSocket.
- close-code-and-reason_wsh.py : A WebSocket URL handler for testing server
initiated closing handshake. A client can ask server to close the
connection with arbitrary code and reason.
Used by kinds of PPAPI tests for WebSocket.
- protocol-test_wsh.py : A WebSocket URL handler for testing outgoing opening
handshake protocol.
Used by kinds of PPAPI tests for WebSocket.