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

Unified Diff: LayoutTests/http/tests/websocket/tests/hybi/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
Index: LayoutTests/http/tests/websocket/tests/hybi/close-on-unload-expected.txt
diff --git a/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload-expected.txt b/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload-expected.txt
index cf4527817e2037e4948937c36e272e98cdd8c773..5af214116d96d8328eb611e213e8b14a8931b9b7 100644
--- a/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload-expected.txt
+++ b/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload-expected.txt
@@ -6,6 +6,7 @@ PASS ws on master document is ready.
PASS insert a iframe, where open ws called 'socket1'
PASS 'socket1' is sent to the server. unload the iframe. expect receiving 'socket1' on ws...
PASS closedSocket is "socket1"
+PASS closeCode is "1001"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698