Chromium Code Reviews| Index: net/data/websocket/README |
| diff --git a/net/data/websocket/README b/net/data/websocket/README |
| index 034a30d5a837876b4d45ba0b9287d7f4844305fe..76fd6dec19c36ce660c356148d9d4d9e6aa1695b 100644 |
| --- a/net/data/websocket/README |
| +++ b/net/data/websocket/README |
| @@ -7,6 +7,12 @@ Multiple tests may share one resource, or URI handler. |
| SSLUITest.TestWSSInvalidCertAndGoForward, SSLUITest.TestWSSClientCert, |
| and SSLUITestIgnoreCertErrors.TestWSS. |
| +- split_packet_check.html : A page for testing split packet handling. Here, |
| + packets mean segments for WebSocket, or records for secure WebSocket. |
|
wtc
2013/01/16 00:34:16
segments => TCP segments
records => SSL records
M
Takashi Toyoshima
2013/01/16 07:16:03
Done.
|
| + This page changes the title to "PASS" to notify content::TitleWatcher. |
| + Used by WebSocketBrowserTest.WebSocketSplitSegments and |
| + WebSocketBrowserTest.SecureWebSocketSplitRecords. |
| + |
| - websocket_shared_worker.html : A page provides simple WebSocket test in |
| shared worker. This page changes page title to "PASS" to notify |
| content::TitleWatcher. |
| @@ -31,6 +37,12 @@ Multiple tests may share one resource, or URI handler. |
| connection with arbitrary code and reason. |
| Used by kinds of PPAPI tests for WebSocket. |
| +- close-with-split-packet_wsh.py : A WebSocket URL handler for testing split |
| + packet handling. Here, packets mean segments for WebSocket, or records |
| + for secure WebSocket. |
| + Used by WebSocketBrowserTest.WebSocketSplitSegments and |
| + WebSocketBrowserTest.SecureWebSocketSplitRecords. |
| + |
| - protocol-test_wsh.py : A WebSocket URL handler for testing outgoing opening |
| handshake protocol. |
| Used by kinds of PPAPI tests for WebSocket. |