Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/socket/ppapi/index.html |
| diff --git a/chrome/test/data/extensions/api_test/socket/ppapi/index.html b/chrome/test/data/extensions/api_test/socket/ppapi/index.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a7c868e682e4161872d062d5d39b5d563294440a |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/api_test/socket/ppapi/index.html |
| @@ -0,0 +1,11 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| + <title>chrome.socket</title> |
| + <script src="controller.js"></script> |
| +</head> |
| +<body> |
| + <embed id="nacl_module" src="extensions_api_test_socket_ppapi.nmf" |
| + type="application/x-nacl" /> |
| +</body> |
| +</html> |