| Index: net/data/websocket/README
 | 
| diff --git a/net/data/websocket/README b/net/data/websocket/README
 | 
| index 9dab697eba2e7b2de89bd7b1418416ad71677fd5..7d516cc6014bc6a41e28c461b53d216c69c6552d 100644
 | 
| --- a/net/data/websocket/README
 | 
| +++ b/net/data/websocket/README
 | 
| @@ -19,6 +19,11 @@ Multiple tests may share one resource, or URI handler.
 | 
|       content::TitleWatcher.
 | 
|       Used by WorkerTest.WebSocketSharedWorker.
 | 
|  
 | 
| +- connect_to.html : A page which makes a connection to the WebSocket server
 | 
| +     specified in the "url" parameter,
 | 
| +     eg. connect_to.html?url=ws://localhost/echo Sets the title to "PASS" if
 | 
| +     connection succeeds and "FAIL" otherwise.
 | 
| +
 | 
|  - websocket_worker_simple.js : A JavaScript runs on Workers created from the
 | 
|       websocket_shared_worker.html.
 | 
|       Used by WorkerTest.WebSocketSharedWorker.
 | 
| 
 |