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

Unified Diff: LayoutTests/http/tests/websocket/tests/hybi/send-after-close-on-unload-expected.txt

Issue 23069004: Check WebSocket close code sent on unload (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updating the code comments for landing Created 7 years, 4 months 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
« no previous file with comments | « LayoutTests/http/tests/websocket/tests/hybi/send-after-close-on-unload.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/websocket/tests/hybi/send-after-close-on-unload-expected.txt
diff --git a/LayoutTests/http/tests/websocket/tests/hybi/send-after-close-on-unload-expected.txt b/LayoutTests/http/tests/websocket/tests/hybi/send-after-close-on-unload-expected.txt
index 62358649288c9fe7641150c281c5c73ed28be4aa..7b87cec691a3f280a033e56081f58ad7e40faefa 100644
--- a/LayoutTests/http/tests/websocket/tests/hybi/send-after-close-on-unload-expected.txt
+++ b/LayoutTests/http/tests/websocket/tests/hybi/send-after-close-on-unload-expected.txt
@@ -8,6 +8,7 @@ PASS document.childWebSocket is non-null.
PASS 'socket1' is sent to the server. unload the iframe. expect receiving 'socket1' on ws...
PASS document.childWebSocket.send('send to closed socket') is undefined.
PASS closedSocket is "socket1"
+PASS closeCode is "1001"
PASS document.childWebSocket.readyState is 3
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/http/tests/websocket/tests/hybi/send-after-close-on-unload.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698