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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/resources/websocket-initiator.html

Issue 2961493002: [DevTools] Migrate inspector-protocol/{input,network} tests to new harness (Closed)
Patch Set: minor fixes Created 3 years, 6 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: third_party/WebKit/LayoutTests/inspector-protocol/resources/websocket-initiator.html
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/resources/websocket-initiator.html b/third_party/WebKit/LayoutTests/inspector-protocol/resources/websocket-initiator.html
new file mode 100644
index 0000000000000000000000000000000000000000..282ab6cd2a47c70e1d648dced33eac76f3c109ff
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/resources/websocket-initiator.html
@@ -0,0 +1,6 @@
+<script>
+var ws;
+function createSocket() {
+ ws = new WebSocket("ws://localhost:0000/WillFailToConnect");
+}
+</script>

Powered by Google App Engine
This is Rietveld 408576698