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

Side by Side Diff: LayoutTests/http/tests/websocket/workers/resources/close-before-open.js

Issue 211093005: [WebSocket] Add close-before-open layout test for workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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 unified diff | Download patch
« no previous file with comments | « LayoutTests/http/tests/websocket/workers/close-before-open-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ws = new WebSocket("ws://127.0.0.1:8880/echo");
2 ws.close();
yhirano 2014/03/26 07:22:32 I think it's a good idea to verify that onclose is
tyoshino (SeeGerritForStatus) 2014/04/01 06:56:01 Done. Also checked onerror invocation.
3 postMessage("DONE");
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/websocket/workers/close-before-open-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698