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

Side by Side Diff: ppapi/tests/extensions/socket_permissions/index.html

Issue 949543002: PPAPI: Add test for new-style permission for Sockets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 5 years, 10 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Packaged app test</title> 4 <title>Socket permissions test</title>
5 <script src="controller.js"></script> 5 <script src="controller.js"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 <embed id="nacl_module" src="ppapi_tests_extensions_packaged_app.nmf" 8 <embed id="nacl_module" src="ppapi_tests_extensions_socket_permissions.nmf"
9 type="application/x-nacl" /> 9 type="application/x-nacl" />
10 </body> 10 </body>
11 </html> 11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698