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

Unified Diff: tests/quake/quake9.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/quake/quake9.html
===================================================================
--- tests/quake/quake9.html (revision 1695)
+++ tests/quake/quake9.html (working copy)
@@ -155,17 +155,23 @@
</span>
</span>
<center>
- <embed id="embed_a" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
- <embed id="embed_b" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
- <embed id="embed_c" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
+ <embed id="embed_a" nexe="nacl_quake" type="application/x-nacl-srpc"
+ width=320 height=240>
+ <noembed>
+ Your browser does not appear to support Native Client.
+ Visit http://code.google.com/p/nativeclient/ to get started.
+ <noembed/>
+ </embed>
+ <embed id="embed_b" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
+ <embed id="embed_c" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
<br>
- <embed id="embed_d" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
- <embed id="embed_e" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
- <embed id="embed_f" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
+ <embed id="embed_d" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
+ <embed id="embed_e" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
+ <embed id="embed_f" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
<br>
- <embed id="embed_g" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
- <embed id="embed_h" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
- <embed id="embed_i" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
+ <embed id="embed_g" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
+ <embed id="embed_h" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
+ <embed id="embed_i" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 />
</center>
<br>

Powered by Google App Engine
This is Rietveld 408576698