Sign in
webkit
/
WebKit
/
0aa192ef1bb53cd65ee1ccdfb1bf23e98c2e6e65
/
.
/
LayoutTests
/
http
/
tests
/
websocket
/
resources
/
localhost-websocket-connect.html
blob: 04170e467ed4268726bd941f789b0d2c8aabbc91 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<script>
new
WebSocket
(
'ws://localhost/'
);
</script>