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

Side by Side Diff: tests/earth/earth.html

Issue 6452010: Remove the x-ppapi-nacl-srpc and x-nacl-srpc mime types in favor of the singl... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 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 | Annotate | Revision Log
« no previous file with comments | « tests/drawing/drawing.html ('k') | tests/fake_browser/fake_browser_test.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Earth Demo</title> 4 <title>Earth Demo</title>
5 <META HTTP-EQUIV="Pragma" CONTENT="no-cache" /> 5 <META HTTP-EQUIV="Pragma" CONTENT="no-cache" />
6 <META HTTP-EQUIV="Expires" CONTENT="-1" /> 6 <META HTTP-EQUIV="Expires" CONTENT="-1" />
7 </head> 7 </head>
8 8
9 <body onload="nacllib.waitForModulesAndRunTests();" 9 <body onload="nacllib.waitForModulesAndRunTests();"
10 onunload="nacllib.cleanUp();" > 10 onunload="nacllib.cleanUp();" >
11 11
12 12
13 <h1>Earth Demo</h1> 13 <h1>Earth Demo</h1>
14 <p> 14 <p>
15 Image Credit: 15 Image Credit:
16 NASA Goddard Space Flight Center Image by Reto Stöckli (land surface, 16 NASA Goddard Space Flight Center Image by Reto Stöckli (land surface,
17 shallow water, clouds). Enhancements by Robert Simmon (ocean color, 17 shallow water, clouds). Enhancements by Robert Simmon (ocean color,
18 compositing, 3D globes, animation). 18 compositing, 3D globes, animation).
19 Data and technical support: MODIS Land Group; MODIS Science Data, 19 Data and technical support: MODIS Land Group; MODIS Science Data,
20 Support Team; MODIS Atmosphere Group; MODIS Ocean Group Additional data: 20 Support Team; MODIS Atmosphere Group; MODIS Ocean Group Additional data:
21 USGS EROS Data Center (topography); USGS Terrestrial Remote Sensing 21 USGS EROS Data Center (topography); USGS Terrestrial Remote Sensing
22 Flagstaff Field Center (Antarctica); Defense Meteorological 22 Flagstaff Field Center (Antarctica); Defense Meteorological
23 Satellite Program (city lights). 23 Satellite Program (city lights).
24 </p> 24 </p>
25 25
26 <embed name="nacl_module" 26 <embed name="nacl_module"
27 id="pluginobj" 27 id="pluginobj"
28 src="earth.nexe" 28 src="earth.nexe"
29 type="application/x-nacl-srpc" 29 type="application/x-nacl"
30 width=512 30 width=512
31 height=512> 31 height=512>
32 32
33 <br> 33 <br>
34 <button onclick="document.getElementById('pluginobj').start_demo(10000);"> 34 <button onclick="document.getElementById('pluginobj').start_demo(10000);">
35 RESTART ANIMATION 35 RESTART ANIMATION
36 </button> 36 </button>
37 37
38 <hr> 38 <hr>
39 <div id=status></div> 39 <div id=status></div>
(...skipping 23 matching lines...) Expand all
63 // the testing and waiting mechanisms are identical 63 // the testing and waiting mechanisms are identical
64 nacllib.test = nacllib.wait; 64 nacllib.test = nacllib.wait;
65 65
66 66
67 67
68 //]]> 68 //]]>
69 </script> 69 </script>
70 </body> 70 </body>
71 </html> 71 </html>
72 72
OLDNEW
« no previous file with comments | « tests/drawing/drawing.html ('k') | tests/fake_browser/fake_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698