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

Unified Diff: tests/xaos/xaos.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
« src/trusted/plugin/srpc/srpc.cc ('K') | « tests/voronoi/voronoi.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/xaos/xaos.html
===================================================================
--- tests/xaos/xaos.html (revision 1695)
+++ tests/xaos/xaos.html (working copy)
@@ -119,8 +119,13 @@
or press 'h' for help.
<p>
<!-- embed seems to work -->
-<embed id="xaos" src="xaos.nexe" type="application/x-nacl-srpc"
- width="800" height="600" />
+<embed id="xaos" nexe"xaos" type="application/x-nacl-srpc"
+ width="800" height="600">
+<noembed>
+Your browser does not appear to support Native Client.
+Visit http://code.google.com/p/nativeclient/ to get started.
+<noembed/>
+</embed>
<!-- object does not seem to work -->
<!-- object id="xaos" data="xaos" type="application/x-nacl-srpc"
« src/trusted/plugin/srpc/srpc.cc ('K') | « tests/voronoi/voronoi.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698