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

Unified Diff: chrome/test/data/extensions/api_test/socket/ppapi/index.html

Issue 13811036: Add Pepper API tests for chrome.socket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 8 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: 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>

Powered by Google App Engine
This is Rietveld 408576698