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

Unified Diff: chrome/test/data/extensions/api_test/websocket/test.html

Issue 7462009: Enable hybi WebSocket protocol by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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 | « no previous file | content/worker/test/worker_uitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/websocket/test.html
diff --git a/chrome/test/data/extensions/api_test/websocket/test.html b/chrome/test/data/extensions/api_test/websocket/test.html
index 9a061a69cc2eb8c5eb32d205937b9956eeb66902..2093b4b811aefe685e87e98ffecd71d09e5ea307 100644
--- a/chrome/test/data/extensions/api_test/websocket/test.html
+++ b/chrome/test/data/extensions/api_test/websocket/test.html
@@ -2,7 +2,7 @@
chrome.test.runTests([
function echoTest() {
var ws = new WebSocket(
- "ws://localhost:8880/websocket/tests/hixie76/workers/resources/echo");
+ "ws://localhost:8880/websocket/tests/hybi/workers/resources/echo");
var MESSAGE_A = "message a";
var MESSAGE_B = "message b";
« no previous file with comments | « no previous file | content/worker/test/worker_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698