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

Unified Diff: tests/pepper_plugin/pepper_plugin.html

Issue 1092005: Issue 1092005 (Closed) Base URL: http://nativeclient.googlecode.com/svn/trunk/src/native_client/
Patch Set: Created 10 years, 9 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: tests/pepper_plugin/pepper_plugin.html
===================================================================
--- tests/pepper_plugin/pepper_plugin.html (revision 1695)
+++ tests/pepper_plugin/pepper_plugin.html (working copy)
@@ -23,10 +23,15 @@
id="plugin"
name="nacl_module"
type="application/x-nacl-srpc"
- src="pepper_plugin.nexe"
+ src="pepper_plugin"
width="400"
height="400"
- dimensions="2" />
+ dimensions="2">
+ <noembed>
+ Your browser does not appear to support Native Client.
+ Visit http://code.google.com/p/nativeclient/ to get started.
+ <noembed/>
+ </embed>
</td>
<td valign="top" style="background-color:Silver" width="50%">
<div id="event_text_box" style="width:400px; height:400px; overflow:auto">

Powered by Google App Engine
This is Rietveld 408576698