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

Unified Diff: tests/earth/earth.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/earth/earth.html
===================================================================
--- tests/earth/earth.html (revision 1695)
+++ tests/earth/earth.html (working copy)
@@ -13,7 +13,7 @@
<h1>Earth Demo</h1>
<p>
Image Credit:
- NASA Goddard Space Flight Center Image by Reto Stöckli (land surface,
+ NASA Goddard Space Flight Center Image by Reto Stöckli (land surface,
shallow water, clouds). Enhancements by Robert Simmon (ocean color,
compositing, 3D globes, animation).
Data and technical support: MODIS Land Group; MODIS Science Data,
@@ -25,10 +25,15 @@
<embed name="nacl_module"
id="pluginobj"
- src="earth.nexe"
+ nexe="earth"
type="application/x-nacl-srpc"
width=512
height=512>
+ <noembed>
+ Your browser does not appear to support Native Client.
+ Visit http://code.google.com/p/nativeclient/ to get started.
+ <noembed/>
+</embed>
<br>
<button onclick="document.getElementById('pluginobj').start_demo(10000);">

Powered by Google App Engine
This is Rietveld 408576698