Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: LayoutTests/http/tests/websocket/tests/hybi/invalid-masked-frames-from-server_wsh.py

Issue 101143002: Remove hybi sub directory for WebSocket layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/websocket/tests/hybi/invalid-masked-frames-from-server_wsh.py
diff --git a/LayoutTests/http/tests/websocket/tests/hybi/invalid-masked-frames-from-server_wsh.py b/LayoutTests/http/tests/websocket/tests/hybi/invalid-masked-frames-from-server_wsh.py
deleted file mode 100644
index c9ef854427fe320b59b464f7607fde99db1ef3b8..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/websocket/tests/hybi/invalid-masked-frames-from-server_wsh.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from mod_pywebsocket import stream
-
-def web_socket_do_extra_handshake(request):
- pass
-
-def web_socket_transfer_data(request):
- # pywebsocket does not mask message by default. We need to build a frame manually to mask it.
- request.connection.write(stream.create_text_frame('The Masked Message', mask=True))

Powered by Google App Engine
This is Rietveld 408576698