Index: chrome/test/data/extensions/api_test/webrequest/test_websocket_auth.html |
diff --git a/chrome/test/data/extensions/api_test/webrequest/test_websocket_auth.html b/chrome/test/data/extensions/api_test/webrequest/test_websocket_auth.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a3243540f4529f3a8d1599c4d9b11340eafe4412 |
--- /dev/null |
+++ b/chrome/test/data/extensions/api_test/webrequest/test_websocket_auth.html |
@@ -0,0 +1,10 @@ |
+<!-- |
+ * Copyright 2017 The Chromium Authors. All rights reserved. |
+ * Use of this source code is governed by a BSD-style license that can be |
+ * found in the LICENSE file. |
+--> |
+<body> |
+<script src="framework.js"></script> |
+<script src="websocket.js"></script> |
+<script src="test_websocket_auth.js"></script> |
+</body> |