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